We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47bc292 commit 9471e8fCopy full SHA for 9471e8f
12 files changed
astro.config.ts
@@ -15,6 +15,9 @@ import astroExpressiveCode from "astro-expressive-code";
15
export default defineConfig({
16
vite: {
17
plugins: [tailwindcss()],
18
+ resolve: {
19
+ dedupe: ["react", "react-dom"],
20
+ },
21
server: {
22
watch: {
23
usePolling: true,
0 commit comments