We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0123b commit 198602eCopy full SHA for 198602e
1 file changed
vite.config.ts
@@ -3,7 +3,6 @@ import react from '@vitejs/plugin-react';
3
import { plugin as markdown } from 'vite-plugin-markdown';
4
5
export default defineConfig({
6
-<<<<<<< HEAD
7
base: './', // Change from '/DDH2004.github.io/' to './'
8
plugins: [
9
react(),
@@ -21,12 +20,4 @@ export default defineConfig({
21
20
}
22
23
24
-=======
25
- plugins: [
26
- react(),
27
- markdown({
28
- mode: ['react', 'raw'] // This enables both React components and raw string imports
29
- })
30
- ]
31
->>>>>>> dev
32
});
0 commit comments