diff --git a/src/tools/yaml-viewer/index.ts b/src/tools/yaml-viewer/index.ts index c05740a6..7e2dd6f7 100644 --- a/src/tools/yaml-viewer/index.ts +++ b/src/tools/yaml-viewer/index.ts @@ -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'), });