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

@ -3,7 +3,7 @@ import type { ITool } from './../Tool';
export const tool: ITool = {
name: 'QR Code generator',
path: '/qr-code-generator',
path: '/qrcode-generator',
description: 'Generate and download QR-code for an url or just a text and customize the background and foreground colors.',
keywords: ['qr', 'code', 'generator', 'square', 'color', 'link', 'low', 'medium', 'quartile', 'high', 'transparent'],
component: () => import('./qr-code-generator.vue'),