vaadin/flow-and-components-documentation

Documentation on loading an image from `src/main/webapp`.

mvysny opened this issue · 1 comments

new Image("/images/foo.png") does not work when the WAR is deployed in a non-empty context root.

Also, there's a zero docs on Image itself.

The only documentation I could find is this excellent stack overflow post: https://stackoverflow.com/questions/57553973/where-should-i-place-my-vaadin-10-static-files/57553974#57553974