fix: create-tool.mjs

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-24 01:16:00 +01:00
parent 834d02e1b5
commit 9657e60eca
3 changed files with 17 additions and 8 deletions

View File

@@ -80,7 +80,7 @@ import { lazy } from 'react';
export const tool = defineTool('${folder.split(sep)[folder.split(sep).length - 1]}', {
name: '${toolNameTitleCase}',
path: '/${toolName}',
path: '${toolName}',
// image,
description: '',
keywords: ['${toolName.split('-').join('\', \'')}'],