make sensece maps sourced from public or src/assets folders when building the site
Cee was getting error: ``` error: Error to resolve import "3_visualize/out/tot_households_2022.png" from "vulnerability-indicators/src/components/Maps.vue" ``` To fix this, add census maps to be in with the `public` or `src/assets` folders when building the site and not pulled from `3_visualize/out`
issue