<@U0E6TGXUN> I think you are mixing up few things....
# ktor
o
@codeslubber I think you are mixing up few things. Placing static html into
resources
is not required for ktor, it just puts it into the bin output folder, or jar if you happen to build one. ktor itself just serves whatever folder you tell him to serve. Basically it resolves folders (like
/site
) using current working directory, so check if you get it right.