Fix for NGINX 404 Error

This commit is contained in:
2022-07-24 23:53:30 -04:00
committed by GitHub
parent 73701dac71
commit 8f6a427ced

View File

@@ -34,8 +34,9 @@ const routes = [
];
const router = createRouter({
mode: 'history',
history: createWebHistory(),
routes,
});
export default router;
export default router;