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

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

0 comments on commit f7025f8

Please sign in to comment.