Skip to content

Commit

Permalink
Update vite's base config
Browse files Browse the repository at this point in the history
  • Loading branch information
GregdTd committed Jan 28, 2024
1 parent f3d5f50 commit 959381d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import svgr from 'vite-plugin-svgr'

// https://vitejs.dev/config/
export default defineConfig({
plugins: [
react(),
svgr({
svgrOptions: {
// svgr options
},
}),
],
base: 'https://gregdtd.github.io/',
plugins: [
react(),
svgr({
svgrOptions: {
// svgr options
}
})
],
base: 'https://www.mariagejuliegregoire.detrogoff.fr/'
})

0 comments on commit 959381d

Please sign in to comment.