38
38
{ "source" : " /token-metadata-api/:path*" , "destination" : " /stacks/token-metadata-api" , "permanent" : true },
39
39
{ "source" : " /ordinals/api/:path*" , "destination" : " /bitcoin/ordinals/api" , "permanent" : true },
40
40
{ "source" : " /ordinals/explorer/:path*" , "destination" : " https://ordinals.hiro.so" , "permanent" : true },
41
- { "source" : " /ordinals/:path*" , "destination" : " /bitcoin" , "permanent" : true },
42
41
{ "source" : " /api-keys" , "destination" : " /guides/api-keys" , "permanent" : true },
43
42
{ "source" : " /rate-limiting" , "destination" : " /guides/rate-limiting" , "permanent" : true },
44
43
{ "source" : " /changelog" , "destination" : " /stacks" , "permanent" : true },
53
52
{ "source" : " /nakamoto-api/:path*" , "destination" : " /stacks/api" , "permanent" : true },
54
53
{ "source" : " /hacks/:path*" , "destination" : " /stacks/hacks" , "permanent" : true },
55
54
{ "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 }
57
58
]
58
59
}
0 commit comments