We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5ec14 commit fd2f0afCopy full SHA for fd2f0af
sites/labs/svelte.config.js
@@ -2,4 +2,7 @@ import { vitePreprocess } from "@astrojs/svelte";
2
3
export default {
4
preprocess: vitePreprocess({ script: true }),
5
+ compilerOptions: {
6
+ css: "injected",
7
+ },
8
};
0 commit comments