diff --git a/next.config.js b/next.config.js index 2afb30c..f4c983e 100755 --- a/next.config.js +++ b/next.config.js @@ -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" + } + ], + } + ] } -} \ No newline at end of file +}