We’ve added support for serving index documents for statics hosted on Tigris. With this, running a static site on us becomes a little easier. You can set this up by specifying the index document name (typically index.html) along with the statics configuration
This will serve the index document any time a request is made to the root of the given prefix URL e.g https://example.fly.dev/assets or any of its subfolders.
P.S: To serve a static site, set the URL prefix and the guest path to the same value