diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..b85cc39 --- /dev/null +++ b/netlify.toml @@ -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"