Update AI Elements Registry URL (#9425)

* Update directory.json

* chore: rebuild registry

---------

Co-authored-by: shadcn <m@shadcn.com>
This commit is contained in:
Hayden Bleasel
2026-01-22 23:18:35 -08:00
committed by GitHub
parent 8cb8fb66b3
commit f1cacdc051
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@
{
"name": "@ai-elements",
"homepage": "https://ai-sdk.dev/elements",
"url": "https://registry.ai-sdk.dev/{name}.json",
"url": "https://ai-sdk.dev/elements/api/registry/{name}.json",
"description": "Pre-built components like conversations, messages and more to help you build AI-native applications faster."
},
{

View File

@@ -58,7 +58,7 @@
{
"name": "@ai-elements",
"homepage": "https://ai-sdk.dev/elements",
"url": "https://registry.ai-sdk.dev/{name}.json",
"url": "https://ai-sdk.dev/elements/api/registry/{name}.json",
"description": "Pre-built components like conversations, messages and more to help you build AI-native applications faster.",
"logo": "<svg stroke-linejoin='round' viewBox='0 0 16 16' width='18' style='color:currentcolor'><path fill-rule='evenodd' clip-rule='evenodd' d='M8 1L16 15H0L8 1Z' fill='currentColor'></path></svg>"
},