Skip to content

Commit ba5c950

Browse files
committed
fix(Image Formats Converter): add SVG in keywords
1 parent a182595 commit ba5c950

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/image-converter/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const tool = defineTool({
66
name: t('tools.image-converter.title'),
77
path: '/image-converter',
88
description: t('tools.image-converter.description'),
9-
keywords: ['image', 'bmp', 'gif', 'ico', 'jpg', 'png', 'tga', 'pvr', 'tiff', 'pnm', 'pbm', 'pgm', 'ppm', 'psd', 'webp', 'converter'],
9+
keywords: ['image', 'svg', 'bmp', 'gif', 'ico', 'jpg', 'png', 'tga', 'pvr', 'tiff', 'pnm', 'pbm', 'pgm', 'ppm', 'psd', 'webp', 'converter'],
1010
component: () => import('./image-converter.vue'),
1111
icon: PictureInPicture,
1212
createdAt: new Date('2024-08-15'),

0 commit comments

Comments
 (0)