feat: improve SEO/favicon setup
|
Before Width: | Height: | Size: 372 KiB |
BIN
public/images/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 69 KiB |
BIN
public/images/favicon-96x96.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
public/images/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
1
public/images/favicon.svg
Normal file
|
After Width: | Height: | Size: 496 KiB |
21
public/images/site.webmanifest
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "Pablo TJ",
|
||||
"short_name": "Pablo TJ",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/favicon.ico/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/favicon.ico/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||
BIN
public/images/web-app-manifest-192x192.png
Normal file
|
After Width: | Height: | Size: 78 KiB |
BIN
public/images/web-app-manifest-512x512.png
Normal file
|
After Width: | Height: | Size: 476 KiB |
@@ -3,17 +3,17 @@
|
||||
"name": "Pablot TJ",
|
||||
"icons": [
|
||||
{
|
||||
"src": "avatar-bot.png",
|
||||
"src": "images/favicon-96x96.png",
|
||||
"sizes": "64x64 32x32 24x24 16x16",
|
||||
"type": "image/x-icon"
|
||||
},
|
||||
{
|
||||
"src": "avatar-bot.png",
|
||||
"src": "images/web-app-manifest-192x192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "avatar-bot.png",
|
||||
"src": "images/web-app-manifest-512x512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
|
||||
3
public/robots.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
# https://www.robotstxt.org/robotstxt.html
|
||||
User-agent: *
|
||||
Disallow:
|
||||