mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-07 09:24:55 +05:30
fix: create-tool.mjs
This commit is contained in:
parent
834d02e1b5
commit
9657e60eca
3 changed files with 17 additions and 8 deletions
|
|
@ -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('\', \'')}'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue