diff --git a/astro.config.mjs b/astro.config.mjs index 580b373..37af338 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -58,4 +58,8 @@ export default defineConfig({ }), serviceWorker(), ], + build: { + inlineStylesheets: 'auto', + }, + compressHTML: true, });