Update logo file name and added logo to metadata for the main page
All checks were successful
Node.js CI / build (18.x) (pull_request) Successful in 59s
Node.js CI / build (20.x) (pull_request) Successful in 59s
Node.js CI / build (22.x) (pull_request) Successful in 59s
Vercel Preview Deployment / Deploy-Preview (pull_request) Successful in 1m11s

This commit is contained in:
2025-09-19 01:02:44 -04:00
parent 78660275be
commit 26b4d122f5
3 changed files with 4 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ export default function RootLayout(props: { children: React.ReactNode }) {
href="/images/logo/favicon/apple-touch-icon.png"
sizes="any"
/>
<meta property="og:image" content="/images/logo/new-logo.png" />
<meta property="og:image:type" content="image/png" />
<body>
<Provider>{children}</Provider>
</body>