Browse Source

fix: 404 path in routes.ts

pull/11528/head
GeoDaoyu 8 months ago
committed by GitHub
parent
commit
486179ba4f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      config/routes.ts

2
config/routes.ts

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

Loading…
Cancel
Save