reitit

Schmoho 2025-03-14T16:57:04.092239Z

The default behaviour of my ring server seems to redirect to "/index.html" when I navigate to just the URL. How do you stop that, while still serving index.html? Using reitit/ring

opqdonut 2025-03-17T07:54:54.457499Z

what does your router look like? you could for example add a "/" route in reitit that serves index.html

opqdonut 2025-03-17T07:56:13.622139Z

looks like that redirect is the default behaviour of reitit.ring/create-resource-handler