Skip to content

Commit 1805b1c

Browse files
committed
fix: update shadcn CLI installation command to use dynamic site URL
1 parent c7c265c commit 1805b1c

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

lib/agent-discovery/termcn-agent-skill.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Help users add **${SITE.NAME}** Ink and OpenTUI components via the shadcn CLI ag
1717
## Install (shadcn)
1818
1919
\`\`\`bash
20-
npx shadcn@latest add https://termcn.dev/r/badge.json
20+
npx shadcn@latest add ${SITE.URL}/r/badge.json
2121
\`\`\`
2222
2323
Prefer following the on-site installation guide: ${ROUTES.DOCS_INSTALLATION}

seo/metadata.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@ export const baseMetadata: Metadata = {
9898
sizes: "32x32",
9999
url: "/favicon.ico",
100100
},
101-
{
102-
sizes: "96x96",
103-
type: "image/png",
104-
url: "/favicon-96x96.png",
105-
},
106101
{
107102
media: "(prefers-color-scheme: light)",
108103
sizes: "any",

0 commit comments

Comments
 (0)