diff --git a/astro.config.ts b/astro.config.ts index b03b105..8fe7de3 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -33,7 +33,4 @@ export default defineConfig({ image: { service: passthroughImageService(), }, - experimental: { - responsiveImages: true, - }, }); diff --git a/src/components/Header.astro b/src/components/Header.astro index 5f69496..407cfac 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -33,7 +33,9 @@ const currentPath = pathname.replace(/\/$/, ""); ); }) } -