From ec1407e8e3078461653fe1d0cb5db4d1451317fd Mon Sep 17 00:00:00 2001 From: Conner Chu Date: Sun, 6 Jul 2025 14:54:53 +0200 Subject: [PATCH] analytics and speed pls --- vercel.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/vercel.json b/vercel.json index e7abfa9..cb33f73 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,10 @@ { + "buildCommand": "hugo --gc --minify --environment production", + "outputDirectory": "public", + "framework": null, "git": { - "submodule": true - } -} + "submodule": true + }, + "ignoreCommand": "git diff --quiet HEAD^ HEAD" + } + \ No newline at end of file