feat: add logo with metadata

This commit is contained in:
2025-07-08 03:00:25 +00:00
parent deccc0ae3f
commit bc34966fbc
5 changed files with 8 additions and 48 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -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"
}