whoops wrong env
This commit is contained in:
@@ -37,7 +37,7 @@ const router = createRouter({
|
|||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
||||||
const addr = import.meta.env.VITE_APIHOST;
|
const addr = import.meta.env.BASE_URL;
|
||||||
|
|
||||||
|
|
||||||
router.beforeEach(async (to) => {
|
router.beforeEach(async (to) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user