Enable multiple pre-configured IPFS provider on the server (#174)
Signed-off-by: Matthieu Pizenberg <[email protected]>
Signed-off-by: Matthieu Pizenberg <[email protected]>
Signed-off-by: Chris Guiney <[email protected]>
Introduce more fixtures
Signed-off-by: yHSJ <[email protected]>
Signed-off-by: KtorZ <[email protected]>
Signed-off-by: Matthieu Pizenberg <[email protected]>
Signed-off-by: yHSJ <[email protected]>
feat: bootstrap adjustments
The `/dashboard-api/:path*` pattern alone doesn't match the bare trailing-slash request (Vercel's path matcher treats `:path*` as "one or more segments" in practice, not zero-or-more), so visiting `/dashboard-api/` produced a Vercel NOT_FOUND. Adding an explicit rewrite for the index path makes the root work; the wildcard rule continues to handle nested paths (`/openapi.yaml`, etc.). Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: yHSJ <[email protected]>
Adds a Vercel rewrite forwarding `docs.blockfrost.io/dashboard-api/*` to the standalone dashboard-api docs project (https://blockfrost-dashboard-api-docs.vercel.app), and a 308 redirect from the bare `/dashboard-api` path to the trailing-slash form — matching the existing `/midnight` pattern. The dashboard-api spec + docs live in the blockfrost-dashboard-api repo and deploy independently. This repo just proxies the path under the shared `docs.blockfrost.io` host. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
Signed-off-by: Eric Torreborre <[email protected]>