Skip to content

Commit 01d82c9

Browse files
author
gitlab-ci
committed
Release v0.1.0
1 parent f173329 commit 01d82c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { defineConfig } from 'vite'
44
import vue from '@vitejs/plugin-vue'
55

66
export default defineConfig({
7-
base: '/VETO/',
7+
base: process.env.VITE_BASE ?? './',
88
build: {
99
rollupOptions: {
1010
output: {

0 commit comments

Comments
 (0)