diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 25807c2..9fb89b5 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,9 +4,10 @@
-
+
-
+
+
@@ -159,7 +160,7 @@
-
+
@@ -505,7 +506,15 @@
1719187088285
-
+
+
+ 1719187190823
+
+
+
+ 1719187190823
+
+
@@ -546,12 +555,12 @@
-
-
+
+
diff --git a/scripts/create-tool.mjs b/scripts/create-tool.mjs
index 67d0084..86390c9 100644
--- a/scripts/create-tool.mjs
+++ b/scripts/create-tool.mjs
@@ -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('\', \'')}'],
diff --git a/src/pages/image/png/change-colors-in-png/meta.ts b/src/pages/image/png/change-colors-in-png/meta.ts
index 5a0e5c6..4bd2f83 100644
--- a/src/pages/image/png/change-colors-in-png/meta.ts
+++ b/src/pages/image/png/change-colors-in-png/meta.ts
@@ -4,7 +4,7 @@ import image from '@assets/text.png';
export const tool = defineTool('png', {
name: 'Change colors in png',
- path: '/change-colors-in-png',
+ path: 'change-colors-in-png',
image,
description: '',
keywords: ['change', 'colors', 'in', 'png'],