Implementar link handling y asociación con PWA hub
- 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:
10
nuxt4/public/.well-known/web-app-origin-association
Normal file
10
nuxt4/public/.well-known/web-app-origin-association
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"web_apps": [
|
||||
{
|
||||
"manifest": "https://inicio.nucleoriofrio.com/manifest.webmanifest",
|
||||
"details": {
|
||||
"paths": ["/*"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user