mirror of
https://git.theinfopunk.com/punk/thewwwdotcom-blog.git
synced 2024-12-28 18:16:32 -05:00
14 lines
346 B
TOML
14 lines
346 B
TOML
[build]
|
|
publish = "exampleSite/public"
|
|
command = "cd exampleSite && hugo --gc --minify --themesDir ../.."
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.128.0"
|
|
HUGO_ENV = "production"
|
|
HUGO_THEME = "repo"
|
|
HUGO_BASEURL = "https://anatole-demo.netlify.app"
|
|
|
|
[[headers]]
|
|
for = "/*"
|
|
[headers.values]
|
|
Access-Control-Allow-Origin = "*" |