Css – Assets not showing after build process in Vite and React
When running npm run build my pictures under src/assets/... are not available in the dist directory / production build. So not shown on the site. In dev mode it works for sure. Any ideas on how to make them available…