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,
|
noNewlinesBeforeTagClose: true,
|
||||||
quoteCharacter: '"',
|
quoteCharacter: '"',
|
||||||
removeComments: true,
|
removeComments: true,
|
||||||
removeRedundantAttributes: true,
|
|
||||||
sortAttributes: true,
|
sortAttributes: true,
|
||||||
sortClassName: true,
|
sortClassName: true,
|
||||||
useShortDoctype: true,
|
useShortDoctype: true,
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Reference in a new issue