mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-16 12:32:48 +00:00
chore: set description to each tool
This commit is contained in:
@@ -4,6 +4,7 @@ import { toolGroups } from "@/config/tools";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: toolGroups.converters.tools.jsonYaml.longTitle,
|
||||
description: toolGroups.converters.tools.jsonYaml.description,
|
||||
};
|
||||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
|
||||
@@ -4,6 +4,7 @@ import { toolGroups } from "@/config/tools";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: toolGroups.converters.tools.numberBase.longTitle,
|
||||
description: toolGroups.converters.tools.numberBase.description,
|
||||
};
|
||||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
|
||||
@@ -4,6 +4,7 @@ import { toolGroups } from "@/config/tools";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: toolGroups.encodersDecoders.tools.base64.longTitle,
|
||||
description: toolGroups.encodersDecoders.tools.base64.description,
|
||||
};
|
||||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
|
||||
@@ -4,6 +4,7 @@ import { toolGroups } from "@/config/tools";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: toolGroups.encodersDecoders.tools.html.longTitle,
|
||||
description: toolGroups.encodersDecoders.tools.html.description,
|
||||
};
|
||||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
|
||||
@@ -4,6 +4,7 @@ import { toolGroups } from "@/config/tools";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: toolGroups.encodersDecoders.tools.jwt.longTitle,
|
||||
description: toolGroups.encodersDecoders.tools.jwt.description,
|
||||
};
|
||||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
|
||||
@@ -4,6 +4,7 @@ import { toolGroups } from "@/config/tools";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: toolGroups.encodersDecoders.tools.url.longTitle,
|
||||
description: toolGroups.encodersDecoders.tools.url.description,
|
||||
};
|
||||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
|
||||
@@ -4,6 +4,7 @@ import { toolGroups } from "@/config/tools";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: toolGroups.formatters.tools.json.longTitle,
|
||||
description: toolGroups.formatters.tools.json.description,
|
||||
};
|
||||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
|
||||
@@ -4,6 +4,7 @@ import { toolGroups } from "@/config/tools";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: toolGroups.generators.tools.hash.longTitle,
|
||||
description: toolGroups.generators.tools.hash.description,
|
||||
};
|
||||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
|
||||
@@ -4,6 +4,7 @@ import { toolGroups } from "@/config/tools";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: toolGroups.generators.tools.uuid.longTitle,
|
||||
description: toolGroups.generators.tools.uuid.description,
|
||||
};
|
||||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
|
||||
Reference in New Issue
Block a user