Skip to content

Commit 3d98e04

Browse files
committed
web: update /skills meta
1 parent a016569 commit 3d98e04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/app/skills/layout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ import type { Metadata } from "next";
22

33
export const metadata: Metadata = {
44
title:
5-
"AI Agent Skills That Make Your Agents Work Like Real Engineers - AI DevKit",
5+
"AI Agent Skills That Make Your Agents Work Like Real Engineers | AI DevKit",
66
description:
77
"Browse reusable AI agent skills for structured coding workflows, testing, debugging, and code review. Build agents with reusable commands instead of rewriting prompts every time.",
88
openGraph: {
99
title:
10-
"AI Agent Skills That Make Your Agents Work Like Real Engineers - AI DevKit",
10+
"AI Agent Skills That Make Your Agents Work Like Real Engineers | AI DevKit",
1111
description:
1212
"Browse reusable AI agent skills for structured coding workflows, testing, debugging, and code review. Build agents with reusable commands instead of rewriting prompts every time.",
1313
url: "https://ai-devkit.com/skills",
@@ -16,7 +16,7 @@ export const metadata: Metadata = {
1616
twitter: {
1717
card: "summary_large_image",
1818
title:
19-
"AI Agent Skills That Make Your Agents Work Like Real Engineers - AI DevKit",
19+
"AI Agent Skills That Make Your Agents Work Like Real Engineers | AI DevKit",
2020
description:
2121
"Browse reusable AI agent skills for structured coding workflows, testing, debugging, and code review. Build agents with reusable commands instead of rewriting prompts every time.",
2222
},

0 commit comments

Comments
 (0)