Skip to content

Commit

Permalink
💚 Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ice-Hazymoon authored Sep 27, 2023
1 parent 14ed0ff commit 15a14f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions exampleSite/vercel.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"public": true,
"build": {
"env": {
"HUGO_VERSION": "0.104.3"
}
},
"buildCommand": "hugo --gc -v --minify --cleanDestinationDir --enableGitInfo",
"installCommand": "cd themes/hugo-theme-luna && npm install postcss-cli -g && npm install --production && cd ../../",
"outputDirectory": "exampleSite/public"
}
"outputDirectory": "public"
}

1 comment on commit 15a14f8

@vercel
Copy link

@vercel vercel bot commented on 15a14f8 Sep 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.