From e76e8017b773bfcf869e3bb6a8352eb921dc19c0 Mon Sep 17 00:00:00 2001 From: Neil Brommer Date: Tue, 11 Jul 2023 11:19:29 -0700 Subject: [PATCH] Remove netlify.toml --- netlify.toml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index b85cc39..0000000 --- a/netlify.toml +++ /dev/null @@ -1,11 +0,0 @@ -[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"