Skip to content

Commit

Permalink
add netlify config
Browse files Browse the repository at this point in the history
  • Loading branch information
shockerli committed Nov 1, 2023
1 parent eefd106 commit 351d038
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[build]
publish = "public"
command = "hugo --gc --minify"

[context.deploy-preview.environment]
HUGO_VERSION = "0.101.0"

[context.production.environment]
HUGO_VERSION = "0.101.0"

1 comment on commit 351d038

@vercel
Copy link

@vercel vercel bot commented on 351d038 Nov 1, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

cvt – ./

cvt-git-master-shockerli.vercel.app
cvt-shockerli.vercel.app
cvt.shockerli.net

Please sign in to comment.