We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f173329 commit 01d82c9Copy full SHA for 01d82c9
vite.config.ts
@@ -4,7 +4,7 @@ import { defineConfig } from 'vite'
4
import vue from '@vitejs/plugin-vue'
5
6
export default defineConfig({
7
- base: '/VETO/',
+ base: process.env.VITE_BASE ?? './',
8
build: {
9
rollupOptions: {
10
output: {
0 commit comments