We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c820c7a commit 7b9c64dCopy full SHA for 7b9c64d
vite.config.mjs
@@ -5,6 +5,7 @@ import vueJsx from '@vitejs/plugin-vue-jsx'
5
// https://vitejs.dev/config/
6
export default defineConfig({
7
plugins: [vue(), vueJsx()],
8
+ base: `/${process.env.GITHUB_REPOSITORY?.split('/')[1]}/`,
9
resolve: {
10
alias: {
11
'@': fileURLToPath(new URL('./src', import.meta.url)),
0 commit comments