Implementar link handling y asociación con PWA hub
All checks were successful
build-and-deploy / build (push) Successful in 3m50s
build-and-deploy / deploy (push) Successful in 4s

- Agregar capture_links en manifest para mejorar experiencia PWA
- Crear archivo .well-known para asociación con inicio.nucleoriofrio.com
- Configurar Traefik para servir .well-known sin autenticación
This commit is contained in:
2025-10-17 02:14:35 -06:00
parent 910ed7c397
commit 6523bcc6fc
3 changed files with 14 additions and 1 deletions

View File

@@ -34,6 +34,8 @@ export default defineNuxtConfig({
orientation: 'portrait',
scope: '/',
start_url: '/',
// Capturar enlaces dentro de la app
capture_links: 'existing-client-navigate',
icons: [
{
src: '/icon-192x192.png',