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" - } - ], - } - ] } }