diff --git a/astro.config.ts b/astro.config.ts index fd52701..f0c2b9a 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -146,9 +146,4 @@ export default defineConfig({ devToolbar: { enabled: false, }, - server: { - headers: { - 'Access-Control-Allow-Origin': 'https://giscus.app', - }, - }, })