Skip to content

Commit

Permalink
Update vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
233dada authored Oct 8, 2024
1 parent 14cc224 commit 67488c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ const isDev = process.env.NODE_ENV === 'development';
const currentDate = new Date();

export default defineConfig({
//base: (isDev ? '/' : `/HadesSpace/`),
base: './',
base: (isDev ? '/' : `/HadesSpace/`),
server: {
port: 8080,
},
Expand Down

0 comments on commit 67488c1

Please sign in to comment.