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 + } +}