Personal-Site/netlify.toml
2023-07-11 10:58:51 -07:00

12 lines
226 B
TOML

[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"