Skip to content

Commit 8c10486

Browse files
authored
Update vite.config.ts
1 parent 46d53e9 commit 8c10486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import path from "path";
55

66
// https://vitejs.dev/config/
77
export default defineConfig(({ mode }) => ({
8-
base: '/', // Ajouté pour GitHub Page
8+
base: '/', // Ajouté pour GitHub Pages
99
server: {
1010
host: "::",
1111
port: 8080,

0 commit comments

Comments
 (0)