Move branding assets to a dedicated `images/` directory and update related paths across the app:
- Refactor file structure to place icons, screenshots, and PWA assets under `public/images/`. - Update path references in `manifest.webmanifest`, components, and HTML to reflect the new structure. - Adjust `SecurityConfig` to allow access to `images/` directory.
Loading
Please sign in to comment