diff --git a/astro.config.mjs b/astro.config.mjs index c33c930..4478b52 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -124,4 +124,13 @@ export default defineConfig({ } ]], }, + vite: { + css: { + preprocessorOptions: { + scss: { + api: 'modern-compiler', + }, + }, + }, + }, }); \ No newline at end of file