feat: change logo and og
This commit is contained in:
+5
-5
@@ -30,9 +30,9 @@ export const metadata: Metadata = {
|
||||
siteName: 'آرام جان',
|
||||
images: [
|
||||
{
|
||||
url: '/og-image.png', // Create this image (1200x630px)
|
||||
width: 1200,
|
||||
height: 630,
|
||||
url: '/og-image.jpg',
|
||||
width: 1067,
|
||||
height: 600,
|
||||
alt: ' آرام جان - اپلیکیشن مدیتیشن و آرامش - تمرین تنفسی',
|
||||
},
|
||||
],
|
||||
@@ -45,7 +45,7 @@ export const metadata: Metadata = {
|
||||
card: 'summary_large_image',
|
||||
title: 'آرام جان - تمرین تنفسی و مدیتیشن',
|
||||
description: 'اپلیکیشن آرام جان - همراه شما برای رسیدن به آرامش درونی',
|
||||
images: ['/og-image.png'],
|
||||
images: ['/og-image.jpg'],
|
||||
creator: '@aramland', // Replace with your Twitter handle
|
||||
},
|
||||
robots: {
|
||||
@@ -80,7 +80,7 @@ export default function RootLayout({
|
||||
/>
|
||||
{/* Favicon — lotus mark (آرام جان) */}
|
||||
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
|
||||
<link rel="apple-touch-icon" href="/icon.svg" />
|
||||
<link rel="apple-touch-icon" href="/logo-aram.png" />
|
||||
|
||||
{/* Preload critical resources */}
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
|
||||
Reference in New Issue
Block a user