Removed legacy routing and added tool creation date

Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
This commit is contained in:
Isaiah 2023-11-29 13:00:05 -05:00 committed by GitHub
parent 5f92d640c9
commit 8ccbf21790
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,5 +8,5 @@ export const tool = defineTool({
keywords: ['yaml', 'viewer', 'prettify', 'format'],
component: () => import('./yaml-viewer.vue'),
icon: AlignJustified,
redirectFrom: ['/yaml-viewer'],
createdAt: new Date('2023-11-29'),
});