feat: add logo with metadata
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 31 KiB |
@@ -20,7 +20,7 @@
|
||||
<meta property="og:description" content="Create short, playful links with minxa.lol" />
|
||||
<meta property="og:url" content="https://minxa.lol" />
|
||||
<meta property="og:type" content="website" />
|
||||
<!-- <meta property="og:image" content="/logo192.png" /> -->
|
||||
<meta property="og:image" content="/logo.png" />
|
||||
|
||||
<!-- ✅ Favicon -->
|
||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
|
||||
BIN
public/logo.png
Normal file
BIN
public/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"short_name": "React App",
|
||||
"name": "Create React App Sample",
|
||||
"short_name": "minxa",
|
||||
"name": "minxa.lol - URL Shortener",
|
||||
"description": "A fun and minimalist URL shortener",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
@@ -8,18 +9,18 @@
|
||||
"type": "image/x-icon"
|
||||
},
|
||||
{
|
||||
"src": "logo192.png",
|
||||
"src": "logo.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "logo512.png",
|
||||
"src": "logo.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#ffffff"
|
||||
"theme_color": "#E9D5FF",
|
||||
"background_color": "#FFFFFF"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user