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

- 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:15:05 -06:00
parent d236094fd8
commit 9fcaf754ca
3 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
{
"web_apps": [
{
"manifest": "https://inicio.nucleoriofrio.com/manifest.webmanifest",
"details": {
"paths": ["/*"]
}
}
]
}