Skip to content

Commit 586d26d

Browse files
committed
adjust redirect priority
1 parent e8df817 commit 586d26d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
{ "source": "/token-metadata-api/:path*", "destination": "/stacks/token-metadata-api", "permanent": true },
3939
{ "source": "/ordinals/api/:path*", "destination": "/bitcoin/ordinals/api", "permanent": true },
4040
{ "source": "/ordinals/explorer/:path*", "destination": "https://ordinals.hiro.so", "permanent": true },
41-
{ "source": "/ordinals/:path*", "destination": "/bitcoin", "permanent": true },
4241
{ "source": "/api-keys", "destination": "/guides/api-keys", "permanent": true },
4342
{ "source": "/rate-limiting", "destination": "/guides/rate-limiting", "permanent": true },
4443
{ "source": "/changelog", "destination": "/stacks", "permanent": true },
@@ -54,6 +53,7 @@
5453
{ "source": "/hacks/:path*", "destination": "/stacks/hacks", "permanent": true },
5554
{ "source": "/references/:path*", "destination": "/stacks/stacks.js", "permanent": true },
5655
{ "source": "/stacksjs-starters", "destination": "/stacks/stacks.js", "permanent": true },
57-
{ "source": "/ordinals/ordhook/:path*", "destination": "/bitcoin/indexer", "permanent": true }
56+
{ "source": "/ordinals/ordhook/:path*", "destination": "/bitcoin/indexer", "permanent": true },
57+
{ "source": "/ordinals/:path*", "destination": "/bitcoin", "permanent": true }
5858
]
5959
}

0 commit comments

Comments
 (0)