Skip to content

Commit 198602e

Browse files
committed
Remove merge conflict markers and clean up Vite configuration
1 parent 8a0123b commit 198602e

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

vite.config.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import react from '@vitejs/plugin-react';
33
import { plugin as markdown } from 'vite-plugin-markdown';
44

55
export default defineConfig({
6-
<<<<<<< HEAD
76
base: './', // Change from '/DDH2004.github.io/' to './'
87
plugins: [
98
react(),
@@ -21,12 +20,4 @@ export default defineConfig({
2120
}
2221
}
2322
}
24-
=======
25-
plugins: [
26-
react(),
27-
markdown({
28-
mode: ['react', 'raw'] // This enables both React components and raw string imports
29-
})
30-
]
31-
>>>>>>> dev
3223
});

0 commit comments

Comments
 (0)