How i serve static files of a folder to my ktor ht...
# ktor
s
How i serve static files of a folder to my ktor html dsl files.. help me
b
1) Setup static content https://ktor.io/servers/features/static-content.html 2) Insert a link in your HTML to a file
Copy code
a("/url/path/to/file") { +"Link to file" }
s
already setup static file. but still cannot access. i am using intellij
404 not found error
b
There's not enough information given to give further help