Are you compiling `resources` folder as resources,...
# ktor
o
Are you compiling
resources
folder as resources, i.e. copying them to binary output folder? If so, they are copied without
main/resources
, look into your binary output folder to see how it ends up in the destination. Then, if you are using resources, you need
resources
DSL function, not
files
. Also, Is the folder name
static.css
or it is just folded by an IDE? It’s hard to tell from screenshot.