Add netlify.toml

This commit is contained in:
Neil Brommer 2023-07-11 10:58:51 -07:00
parent ba0c0081d5
commit c62a0c4882

11
netlify.toml Normal file
View file

@ -0,0 +1,11 @@
[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"