whoops wrong env

This commit is contained in:
2025-11-19 20:52:47 -05:00
parent 8845024f76
commit eb91f678a8

View File

@@ -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) => {