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