fix: minification settings

This commit is contained in:
Cory Dransfeldt 2024-02-29 16:23:32 -08:00
parent ce9dedc4c9
commit d4b04f8e92
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -123,7 +123,6 @@ export default async function (eleventyConfig) {
noNewlinesBeforeTagClose: true, noNewlinesBeforeTagClose: true,
quoteCharacter: '"', quoteCharacter: '"',
removeComments: true, removeComments: true,
removeRedundantAttributes: true,
sortAttributes: true, sortAttributes: true,
sortClassName: true, sortClassName: true,
useShortDoctype: true, useShortDoctype: true,

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "6.9.6", "version": "6.9.7",
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.", "description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
"type": "module", "type": "module",
"scripts": { "scripts": {