Skip to content

Commit fb7e4f2

Browse files
authored
Merge pull request #977 from hirosystems/develop
add redirects for ordhook
2 parents 8c56b8a + 586d26d commit fb7e4f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vercel.json

+3-2
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 },
@@ -53,6 +52,8 @@
5352
{ "source": "/nakamoto-api/:path*", "destination": "/stacks/api", "permanent": true },
5453
{ "source": "/hacks/:path*", "destination": "/stacks/hacks", "permanent": true },
5554
{ "source": "/references/:path*", "destination": "/stacks/stacks.js", "permanent": true },
56-
{ "source": "/stacksjs-starters", "destination": "/stacks/stacks.js", "permanent": true }
55+
{ "source": "/stacksjs-starters", "destination": "/stacks/stacks.js", "permanent": true },
56+
{ "source": "/ordinals/ordhook/:path*", "destination": "/bitcoin/indexer", "permanent": true },
57+
{ "source": "/ordinals/:path*", "destination": "/bitcoin", "permanent": true }
5758
]
5859
}

0 commit comments

Comments
 (0)