Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit d05c955

Browse files
committed
fix: 404 path
1 parent 77393a2 commit d05c955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/parse-routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const baseRoutes = getBaseRoutes()
7373

7474
const NotFoundRoute: Route = {
7575
name: 'NotFound',
76-
path: '*',
76+
path: '/*',
7777
component: '../components/Home.vue',
7878
}
7979

0 commit comments

Comments
 (0)