From 876fd0a071806a84d4beb98af817d46458ce58f5 Mon Sep 17 00:00:00 2001 From: James Purser Date: Tue, 8 Nov 2022 20:38:29 +1100 Subject: [PATCH] Removed header statement as not needed (nginx handling it) --- next.config.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/next.config.js b/next.config.js index f4c983e..1e9fc57 100755 --- a/next.config.js +++ b/next.config.js @@ -19,18 +19,5 @@ module.exports = { }, publicRuntimeConfig: { analytics_code: process.env.GTAG - }, - async headers() { - return [ - { - source: "/", - headers: [ - { - key: "X-Clacks-Overhead", - value: "GNU Richard James Purser, GNU Jean Franke, GNU Patrick Evans, GNU William David Evans" - } - ], - } - ] } }