fix baseurl
This commit is contained in:
parent
92cc81e813
commit
b9e7e49ccd
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue