Is there a way to reference assets not at the serv...
# compose-web
m
Is there a way to reference assets not at the server root with
painterResource()
? The current impl seems to force all assets to be relative to the root and I'd love to use references relative to the deployed index.html: https://github.com/JetBrains/compose-multiplatform/blob/614fe78d7187ab4a7bc1fca433[…]rc/jsMain/kotlin/org/jetbrains/compose/resources/Resource.js.kt
a
The code seems pretty trivial. I’d just, for now, make your own resource function