Skip to content

Commit

Permalink
[fix] 🧐 change metaData
Browse files Browse the repository at this point in the history
  • Loading branch information
steward379 committed Dec 12, 2023
1 parent 02145c9 commit c29ea4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const MyApp = ({ Component, pageProps }: AppProps) => {
<meta property="og:description" content="Travel, Note & Discover the hidden gems around you."/>
<meta property="og:url" content="https://hidden-gem.xyz/" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://hidden-gem.xyz/og-image.png" />
<meta property="og:image" content="https://hidden-gem.xyz/images/og-image.png" />
<meta property="og:site_name" content="Hidden Gem" />
<meta property="og:locale" content="zh_TW" />
{/* 其他需要的標籤 */}
Expand Down

1 comment on commit c29ea4e

@vercel
Copy link

@vercel vercel bot commented on c29ea4e Dec 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.