feat: add favicon

This commit is contained in:
2024-12-18 00:42:19 +01:00
parent 57966ea7b3
commit 2e07c498cd
10 changed files with 35 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ base: https://lena-schilling.at
baseVariants:
- base: https://lena-schilling.ddev.site
condition: 'applicationContext == "Development/Ddev"'
- base: https://lena-schilling.cloonar.dev
condition: 'applicationContext == "Production/Staging"'
dependencies:
@@ -25,3 +24,13 @@ languages:
websiteTitle: ''
rootPageId: 1
websiteTitle: ''
favicons:
full_name: 'Lena Schilling'
short_name: 'Lena Schilling'
theme_color: '#233600'
favicon_path: 'EXT:base/Resources/Public/Images/Favicons/'
favicon_svg: favicon.svg
favicon_png: favicon-96x96.png
apple_touch_icon: apple-touch-icon.png
android_192: web-app-manifest-192x192.png
android_512: web-app-manifest-512x512.png