feat: launch desfoto.de as a standalone photography site and retire the old redirect

This commit is contained in:
opencode
2026-09-19 16:02:16 +02:00
commit 160ec017eb
218 changed files with 7518 additions and 0 deletions

21
site/site.webmanifest Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "desfoto",
"short_name": "desfoto",
"description": "desfoto ist die Foto- und Videoproduktion von Denny Schulz aus Neumünster: Businessfotografie, Portraits, Model- und Familienaufnahmen, Minishootings, Videoprojekte und Social-Media-Inhalte.",
"start_url": "/",
"display": "standalone",
"background_color": "#F6F2EA",
"theme_color": "#17140F",
"icons": [
{
"src": "/assets/img/favicon-32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "/assets/img/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png"
}
]
}