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
what does your router look like? you could for example add a "/" route in reitit that serves index.html
looks like that redirect is the default behaviour of reitit.ring/create-resource-handler