We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d53e9 commit 8c10486Copy full SHA for 8c10486
vite.config.ts
@@ -5,7 +5,7 @@ import path from "path";
5
6
// https://vitejs.dev/config/
7
export default defineConfig(({ mode }) => ({
8
- base: '/', // Ajouté pour GitHub Page
+ base: '/', // Ajouté pour GitHub Pages
9
server: {
10
host: "::",
11
port: 8080,
0 commit comments