diff --git a/astro.config.mjs b/astro.config.mjs index e1dbf77..9f74347 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -19,6 +19,11 @@ export default defineConfig({ vite: { build: { cssMinify: 'lightningcss', + // Prevent Astro from inlining small scripts into the HTML. + // Without this, the hero rotator script (< 4 KB) gets inlined as a + //