From 65ecd22ff2cfbd23d9aaa1c8563aff9280f6df7a Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sat, 17 Jun 2023 13:37:58 -0700 Subject: [PATCH] chore: update config --- netlify.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/netlify.toml b/netlify.toml index 57e92ec9..e9719ba6 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,13 +3,11 @@ ### [[plugins]] package = "netlify-plugin-cache" - [plugins.inputs] paths = [ ".cache", "./src/assets/img/cache" ] [[plugins]] package = "@netlify/plugin-lighthouse" - [plugins.inputs] output_path = "reports/lighthouse/index.html" @@ -53,14 +51,13 @@ for = "/links.xml" [[headers]] for = "/follow.xml" -[headers.values] + [headers.values] Content-Type = "application/xml; charset=utf-8" x-content-type-options = "nosniff" [[headers]] for = "/.well-known/webfinger" - -[headers.values] + [headers.values] Content-Type = "application/jrd+json; charset=utf-8" ###