fix baseurl

This commit is contained in:
jrosh 2025-05-29 13:47:21 +02:00
commit b9e7e49ccd
No known key found for this signature in database
GPG key ID: A4D68DCA6C9CCD2D

View file

@ -7,7 +7,7 @@ export default defineConfig(({ mode }) => {
const env = loadEnv(mode, process.cwd()) const env = loadEnv(mode, process.cwd())
return { return {
base: String(env.VITE_BASE_URL), base: '/e-inn-reader/',
plugins: [ plugins: [
vue(), vue(),
//vueDevTools(), //vueDevTools(),