mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 00:36:14 -04:00
feat(router): added legacy routes redirections
This commit is contained in:
parent
fd4426d246
commit
dbce46b470
8 changed files with 14 additions and 2 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue