`staticFiles(remotePath = "/", dir = File("static"), index = "index.html")` // worked in Ktor v3.1.0 and does not work in Ktor v3.1.1 Instead of the index.html I get a 404 for `/` now.