generated from Seekra/repository-template
Feat(not-found): not found page #50
+1
-1
@@ -39,7 +39,7 @@ const routes = [
|
||||
},
|
||||
{
|
||||
path: '/:pathMatch(.*)*',
|
||||
name: 'not-found',
|
||||
name: 'notFound',
|
||||
|
jakob.scheid marked this conversation as resolved
Outdated
|
||||
component: NotFound
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user
Use camel case (notFound).