Personal-Site/netlify.toml

12 lines
226 B
TOML
Raw Normal View History

2023-07-11 17:58:51 +00:00
[build]
publish = "_site"
command = "npm run build"
environment = { BUILD_DRAFTS = false }
[[headers]]
for = "/feed.xml"
[headers.values]
Content-Type = "application/xml; charset=utf-8"
x-content-type-options = "nosniff"