Implementar link handling y asociación con PWA hub
All checks were successful
build-and-deploy / build (push) Successful in 9s
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:14:17 -06:00
parent 7705f13297
commit 41f944f811
3 changed files with 14 additions and 1 deletions

View File

@@ -195,6 +195,8 @@ export default defineNuxtConfig({
categories: ['music', 'entertainment'],
lang: 'es',
dir: 'ltr',
// Capturar enlaces dentro de la app
capture_links: 'existing-client-navigate',
icons: [
{
src: '/logo-192.png',