update with nuxt4 for docker-web
All checks were successful
Deploy App / deploy (push) Successful in 4m5s

This commit is contained in:
valere
2025-08-29 16:08:08 +02:00
parent 2db113a0c5
commit f0e2aa237a
65 changed files with 10747 additions and 22132 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "docker-web",
"short_name": "docker-web",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}