diff --git a/next.config.ts b/next.config.ts index f7907c8..9b78294 100644 --- a/next.config.ts +++ b/next.config.ts @@ -15,15 +15,6 @@ const nextConfig: NextConfig = { }, async headers() { return [ - { - source: '/:path*', - headers: [ - { - key: 'Content-Security-Policy', - value: "script-src 'self' 'unsafe-inline' 'unsafe-eval' https://plausible.elpatron.me; connect-src 'self' https://plausible.elpatron.me;", - }, - ], - }, { source: '/uploads/:path*.mp3', headers: [