feat(router): added legacy routes redirections

This commit is contained in:
Corentin Thomasset 2022-04-16 10:10:21 +02:00
parent fd4426d246
commit dbce46b470
No known key found for this signature in database
GPG key ID: DBD997E935996158
8 changed files with 14 additions and 2 deletions

View file

@ -8,4 +8,5 @@ export const tool: ITool = {
keywords: ['base64', 'converter', 'upload', 'image', 'file', 'convertion', 'web', 'data', 'format'],
component: () => import('./base64-converter.vue'),
icon: FileDigit,
redirectFrom: ['/file-to-base64', '/base64-string-converter'],
};