chill_hugoplate/netlify.toml

9 lines
159 B
TOML
Raw Normal View History

2023-05-25 10:41:54 +00:00
[build]
2023-07-05 09:19:52 +00:00
publish = "public"
command = "yarn project-setup && yarn build"
2023-05-25 10:41:54 +00:00
[build.environment]
2023-07-05 09:19:52 +00:00
HUGO_VERSION = "0.115.1"
GO_VERSION = "1.20.5"
2023-05-25 10:41:54 +00:00
HUGO_BASEURL = "/"