Base setup for meta head data

This commit is contained in:
Alexis
2024-03-31 12:11:14 +02:00
parent f441b7dda1
commit 82ff5010b5
11 changed files with 74 additions and 2 deletions

14
public/site.webmanifest Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "Chronologie de Leim",
"short_name": "Chronologie de Leim",
"icons": [
{
"src": "/android-chrome-96x96.png",
"sizes": "96x96",
"type": "image/png"
}
],
"theme_color": "#a9d1eb",
"background_color": "#a9d1eb",
"display": "standalone"
}