We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0c158 commit cab948dCopy full SHA for cab948d
packages/client/src/router/resolveRoute.ts
@@ -28,7 +28,7 @@ export const resolveRoute = <T extends RouteMeta = RouteMeta>(
28
// the route not found
29
if (!routes.value[routeKey]) {
30
return {
31
- ...routes.value['/404.html'],
+ ...routes.value['/404'],
32
path: routeFullPath,
33
notFound: true,
34
} as ResolvedRoute<T>
0 commit comments