hellhub-collective / api

Effortlessly use Helldivers 2 data in your apps, with the democratically approved HellHub API. 🌎
https://documenter.getpostman.com/view/33840175/2sA35Bd54w
MIT License
18 stars 2 forks source link

Deploy: SVG paths can be accessed locally but not when deployed #11

Closed fabio-nettis closed 6 months ago

fabio-nettis commented 6 months ago

Describe the bug

When the API is deployed to Koyeb the paths for the stratagems SVG's are not correctly served and return a 404 Not Found error. Locally (direct/docker) both work flawlessly.

Environment information

Bun: 1.0.25

Expected behavior

The SVG's should be accessible via the provided path.

What areas are affected by the issue