Skip to content

Commit 7b9c64d

Browse files
authored
Update vite.config.mjs
1 parent c820c7a commit 7b9c64d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import vueJsx from '@vitejs/plugin-vue-jsx'
55
// https://vitejs.dev/config/
66
export default defineConfig({
77
plugins: [vue(), vueJsx()],
8+
base: `/${process.env.GITHUB_REPOSITORY?.split('/')[1]}/`,
89
resolve: {
910
alias: {
1011
'@': fileURLToPath(new URL('./src', import.meta.url)),

0 commit comments

Comments
 (0)