Removed header statement as not needed (nginx handling it)

This commit is contained in:
James Purser 2022-11-08 20:38:29 +11:00
parent 05357f3d7c
commit 876fd0a071

View file

@ -19,18 +19,5 @@ module.exports = {
}, },
publicRuntimeConfig: { publicRuntimeConfig: {
analytics_code: process.env.GTAG 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"
}
],
}
]
} }
} }