Skip to content

Commit

Permalink
fix: shadcn CLI import from subfolders (#1180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Nov 19, 2024
1 parent 65b7d29 commit f69a62d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/registry/vercel.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"rewrites": [
{
"source": "/:name",
"destination": "/:name.json"
"source": "/:path*",
"destination": "/:path*.json"
}
],
"outputDirectory": "dist"
Expand Down

0 comments on commit f69a62d

Please sign in to comment.