We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35591fb commit a82bdd0Copy full SHA for a82bdd0
1 file changed
vite.config.js
@@ -1,19 +1,9 @@
1
import { defineConfig } from 'vite'
2
import react from '@vitejs/plugin-react'
3
4
-// https://vite.dev/config/
+// GitHub Pages project site URL:
5
+// https://monapdx.github.io/folder-structure-generator/
6
export default defineConfig({
7
base: '/folder-structure-generator/',
-
8
plugins: [react()],
9
10
- build: {
11
- outDir: 'dist',
12
- sourcemap: false,
13
- },
14
15
- server: {
16
- port: 5173,
17
- open: true,
18
19
})
0 commit comments