Skip to content

Commit 38ad1b1

Browse files
author
Mallevaey Lino
committed
config: Update Vite base path to /oratio/ for deployment.
1 parent 4d421b6 commit 38ad1b1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vite.config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@ import react from '@vitejs/plugin-react'
44
// https://vite.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7-
// IMPORTANT: Si vous déployez sur https://<user>.github.io/<repo>/,
8-
// remplacez './' par '/<repo>/' (ex: '/oratio/')
9-
base: './',
7+
base: '/oratio/',
108
})

0 commit comments

Comments
 (0)