gtm-test-site/themes/papercss-hugo-theme/netlify.toml
2024-01-23 17:47:24 +03:00

14 lines
311 B
TOML

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