Commit Graph

3 Commits

Author SHA1 Message Date
8b8a552ab5 feat: implement deployment workflows for GitHub Pages and Blossom, update routing and Vite config for production 2025-12-09 22:19:48 +01:00
mroxso
07920b8742 feat: add PWA support with service worker and icons (#21)
* feat: add PWA support with service worker and icons

- Updated package.json to include vite-plugin-pwa.
- Added PWA icons: icon-192.png, icon-512.png, and icon.svg.
- Registered service worker in main.tsx for PWA functionality.
- Configured Vite to use PWA plugin with manifest and caching strategies.

* refactor: remove service worker registration code from main.tsx

* fix: update urlPattern regex for NetworkOnly caching handler in vite.config.ts

---------

Co-authored-by: highperfocused <highperfocused@pm.me>
2025-10-12 22:02:26 +02:00
ff36189c22 initial code commit 2025-10-05 14:49:53 +02:00