Skip to content

Commit

Permalink
Update image URLs in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
thebkht committed Nov 27, 2023
1 parent 1823bc3 commit cdaae97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const metadata: Metadata = {
url: process.env.DOMAIN!,
images: [
{
url: 'https://falsenotescontent.s3.ap-northeast-2.amazonaws.com/og.png',
url: 'https://falsenotescontent.blob.core.windows.net/openpraph-image/og.png',
width: 1200,
height: 630,
alt: 'FalseNotes',
Expand All @@ -38,7 +38,7 @@ export const metadata: Metadata = {
description: '🚀 FalseNotes is a developer-focused blogging platform where individual developers can ignite discussions, share expertise, and craft their coding journeys.',
images: [
{
url: 'https://falsenotescontent.s3.ap-northeast-2.amazonaws.com/og.png',
url: 'https://falsenotescontent.blob.core.windows.net/openpraph-image/og.png',
width: 1200,
height: 630,
alt: 'FalseNotes',
Expand Down

0 comments on commit cdaae97

Please sign in to comment.