Skip to content

Commit 21a73d7

Browse files
authored
Update vite.config.ts
1 parent a4b8720 commit 21a73d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default defineConfig({
6060
outDir: 'dist',
6161
assetsDir: 'assets',
6262
// Set base path for GitHub Pages deployment
63-
base: '/BlockHub/',
63+
base: './',
6464
rollupOptions: {
6565
output: {
6666
entryFileNames: 'assets/js/[name].js',
@@ -81,4 +81,4 @@ export default defineConfig({
8181
},
8282
},
8383
publicDir: 'public',
84-
});
84+
});

0 commit comments

Comments
 (0)