From d04bc84a51335d1ec4043e8dfcff874235c2a840 Mon Sep 17 00:00:00 2001 From: phjjj <102671646+phjjj@users.noreply.github.com> Date: Mon, 19 Jan 2026 16:34:29 +0900 Subject: [PATCH] fix(registry): add missing {name} placeholder to motion-primitives url (#9381) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 박해준 --- apps/v4/public/r/registries.json | 2 +- apps/v4/registry/directory.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 68ae663f6..cb91862e2 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -302,7 +302,7 @@ { "name": "@motion-primitives", "homepage": "https://www.motion-primitives.com", - "url": "https://motion-primitives.com/c/registry.json", + "url": "https://motion-primitives.com/c/{name}.json", "description": "Beautifully designed motions components. Easy copy-paste. Customizable. Open Source. Built for engineers and designers." }, { diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 5d247ae0e..a82cc5b2c 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -352,7 +352,7 @@ { "name": "@motion-primitives", "homepage": "https://www.motion-primitives.com", - "url": "https://motion-primitives.com/c/registry.json", + "url": "https://motion-primitives.com/c/{name}.json", "description": "Beautifully designed motions components. Easy copy-paste. Customizable. Open Source. Built for engineers and designers.", "logo": "" },