analytics and speed pls

This commit is contained in:
Conner Chu 2025-07-06 14:54:53 +02:00
parent d8590a1c46
commit ec1407e8e3

View File

@ -1,5 +1,10 @@
{ {
"buildCommand": "hugo --gc --minify --environment production",
"outputDirectory": "public",
"framework": null,
"git": { "git": {
"submodule": true "submodule": true
},
"ignoreCommand": "git diff --quiet HEAD^ HEAD"
} }
}