fix: minification settings
This commit is contained in:
parent
ce9dedc4c9
commit
d4b04f8e92
2 changed files with 1 additions and 2 deletions
|
@ -123,7 +123,6 @@ export default async function (eleventyConfig) {
|
|||
noNewlinesBeforeTagClose: true,
|
||||
quoteCharacter: '"',
|
||||
removeComments: true,
|
||||
removeRedundantAttributes: true,
|
||||
sortAttributes: true,
|
||||
sortClassName: true,
|
||||
useShortDoctype: true,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
Reference in a new issue