mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-16 20:49:30 +02:00
fix: create-tool.mjs
This commit is contained in:
@@ -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('\', \'')}'],
|
||||
|
Reference in New Issue
Block a user