chore: add open graph meta tags and preview image
All checks were successful
Deploy to Production / deploy (push) Successful in 14s

This commit is contained in:
2026-03-04 05:28:31 +00:00
parent d82f5ec7c5
commit 4c1815b3b3
2 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,10 @@
<meta name="theme-color" content="#4facfe" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tools App</title>
<meta property="og:title" content="Tools App" />
<meta property="og:description" content="A versatile collection of developer and everyday tools including a Password Generator, QR Code Scanner/Generator, URL Cleaner, and more." />
<meta property="og:image" content="/preview.png" />
<meta property="og:type" content="website" />
</head>
<body>
<div id="app"></div>

BIN
public/preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 KiB