From c62a0c4882d91dba08ed5e214592096cc56f718d Mon Sep 17 00:00:00 2001 From: Neil Brommer Date: Tue, 11 Jul 2023 10:58:51 -0700 Subject: [PATCH] Add netlify.toml --- netlify.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 netlify.toml 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"