infidel-cupper-theme/netlify.toml

14 lines
309 B
TOML
Raw Permalink Normal View History

2022-04-10 04:20:41 -04:00
[build]
publish = "exampleSite/public"
command = "cd exampleSite && hugo --themesDir ../.."
[build.environment]
HUGO_VERSION = "0.83.1"
HUGO_THEME = "repo"
HUGO_BASEURL = "https://cupper-hugo-theme.netlify.app"
[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "*"