We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d97903 commit e8c92bfCopy full SHA for e8c92bf
1 file changed
astro.config.mjs
@@ -25,11 +25,8 @@ export default defineConfig({
25
integrations: [alpinejs({ entrypoint: "/src/scripts/alpine" }), svelte()],
26
vite: {
27
plugins: [
28
- // @ts-expect-error
29
tailwindcss(),
30
31
Icons({ compiler: "svelte" }),
32
33
Icons({ compiler: "astro" }),
34
visualizer(),
35
],
0 commit comments