I’m trying to add an image to the quarkus vaadin starter project (https://github.com/vaadin/base-starter-flow-quarkus/), however, it seems that all requests are mapped to vaadin servlet (/) and so my request to static resources (/images/) are “routes not found” by vaadin and no handled by quarkus. There seems to be a “vaadin.excludeUrls” setting for spring, doing just that, would it be possible to set that in quarkus in any way?
exactly, for example, /src/main/resources/META-INF/resources/images/logo.png should be reachable as /images/logo.png, but it doesn’t seem to work that way
I am not at the laptop right now. I will check it later and get back to you.
BTW, can you elaborate a bit about i18n not working?
It would be helpful if you can share what you tried in an example project