Browse Source

chore: add path for 404 routes

pull/11096/head
Peach 2 years ago
committed by GitHub
parent
commit
3b82b65831
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      config/routes.ts

2
config/routes.ts

@ -39,6 +39,7 @@ export default [
},
{
component: '404',
path: '/*',
},
],
},
@ -262,5 +263,6 @@ export default [
},
{
component: '404',
path: '/*',
},
];

Loading…
Cancel
Save