Skip to content

perf(static): assets folder if possible, webp img

Benjamin Schmidt requested to merge assets_and_public into main

move images to assets folder so they will be processed and can be cache better. This does not work for dynamic imports as in v-footer (loops).

Also convert the large map_preview to webp format, which is compressible and smaller

This needed some optimization of the vuetify config

Merge request reports