Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
scenaristeur committed Dec 15, 2023
1 parent 2c5d230 commit 34babe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { VitePWA } from 'vite-plugin-pwa'
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// eslint-disable-next-line no-undef
const base = process.env.NODE_ENV === 'production' ? '/equilibre/' : '/'
const base = process.env.NODE_ENV === 'production' ? '/Equilibre/' : '/'

// https://vitejs.dev/config/
export default defineConfig({
Expand Down

0 comments on commit 34babe0

Please sign in to comment.