4 Commits

Author SHA1 Message Date
mrcanelas c857d18e2a refactor: improve favicon handling and reorganize static assets
- Move public folder to project root for better organization
- Add proper favicon configuration for all routes using serve-favicon
- Add multiple favicon sizes and formats for better device compatibility
- Add theme-color meta tag for mobile browsers
- Add proper meta description for SEO
- Configure static file serving for both API and configuration page

Changes:
- Moved /configure/public to /public
- Added serve-favicon middleware
- Updated index.html with proper meta tags and favicon links
- Updated static file serving configuration in index.js
- Added proper cache headers for static assets

This change improves the organization of static assets and ensures
the favicon is properly displayed across all routes and devices.
2025-03-07 18:20:47 -03:00
mrcanelas 89fbab9aa7 Add configure page to main repo 2025-02-05 16:12:35 -03:00
mrcanelas 0c74237fa3 Revert "Update to 3.1.2"
This reverts commit c2b4805792.
2025-02-01 14:39:33 -03:00
mrcanelas c2b4805792 Update to 3.1.2 2025-02-01 14:09:00 -03:00