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 5, 2024
1 parent f7025f8 commit 7f5ade8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const isDev = process.env.NODE_ENV === 'development';
const currentDate = new Date();

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

0 comments on commit 7f5ade8

Please sign in to comment.