diff --git a/astro.config.mjs b/astro.config.mjs index 0c80e04fb..227803528 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -117,6 +117,7 @@ export default defineConfig({ pagefind(), deleteUnusedImages(), compress({ + HTML: false, CSS: false, SVG: false, }), diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 8e7fc8672..805dfacf7 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -29,6 +29,7 @@ const externalDomain = new URL(Astro.site || "").hostname; +