Skip to content

Commit bc17dd5

Browse files
authored
Merge branch 'main' into main
2 parents 01a11ae + 07bc456 commit bc17dd5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

astro.config.mjs

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ export default defineConfig({
6363
},
6464
},
6565
vite: {
66+
optimizeDeps: {
67+
exclude: ["@swc/html"]
68+
},
6669
rollupOptions: {
6770
external: ["/src/scripts/*"],
6871
},

0 commit comments

Comments
 (0)