<@U0VKGEGV7> not sure what is not working on your ...
# ktor
o
@sitexa not sure what is not working on your side:
Copy code
static("public") { // handle urls that start with /public
        files("public") // serve files that are in public subfolder 
    }
Use resources from correct URL:
Copy code
<link rel="stylesheet" type="text/css" href="/public/styles/style.css">
With these changes everything just works