Removed header statement as not needed (nginx handling it)
This commit is contained in:
parent
05357f3d7c
commit
876fd0a071
1 changed files with 0 additions and 13 deletions
|
|
@ -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"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue