Added GNU Header
This commit is contained in:
parent
e5212dc547
commit
05357f3d7c
1 changed files with 14 additions and 1 deletions
|
|
@ -19,5 +19,18 @@ 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"
|
||||
}
|
||||
],
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue