Skip to content

Commit 9471e8f

Browse files
committed
Add Results and Computation Benchmark
1 parent 47bc292 commit 9471e8f

12 files changed

Lines changed: 3495 additions & 2 deletions

astro.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ import astroExpressiveCode from "astro-expressive-code";
1515
export default defineConfig({
1616
vite: {
1717
plugins: [tailwindcss()],
18+
resolve: {
19+
dedupe: ["react", "react-dom"],
20+
},
1821
server: {
1922
watch: {
2023
usePolling: true,

0 commit comments

Comments
 (0)