https://kotlinlang.org logo
#ktor
Title
m

Martin Gaens

04/28/2022, 2:55 PM
Let's say I host my resources at
/static/*
. How do I stop IDEA complaining about incorrect paths in all of my files? Especially HTML ones. Are there other ways other than suppressing the warnings? Because like literally my entire
resources
folder is mounted at
/static/*
which means I could just "tell" IDEA that it should look there for the files. But I have no clue if something like that is possible.