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