mirror of
https://github.com/wah-su/wah-su.github.io.git
synced 2025-05-10 14:59:40 +05:00
feat: add favicon and meta tags
This commit is contained in:
parent
aace04c763
commit
deff99b6c5
9 changed files with 56 additions and 10 deletions
19
public/favicon/site.webmanifest
Normal file
19
public/favicon/site.webmanifest
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/public/favicon/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/public/favicon/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue