fix: apply seo agent improvements to public/site.webmanifest
This commit is contained in:
parent
b13ecff57d
commit
f5de9007aa
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "My Personal Site",
|
||||||
|
"short_name": "Mysite",
|
||||||
|
"description": "A personal website and blog built with Next.js.",
|
||||||
|
"start_url": "/",
|
||||||
|
"display": "standalone",
|
||||||
|
"background_color": "#ffffff",
|
||||||
|
"theme_color": "#3b82f6",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "/favicon-192x192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "any maskable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/favicon-512x512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "any maskable"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue