Skip to content

Commit

Permalink
fix: open graph url
Browse files Browse the repository at this point in the history
  • Loading branch information
denny0223 committed Nov 23, 2024
1 parent e13536b commit 6eb4fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/cfp/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export async function generateMetadata(): Promise<Metadata> {
openGraph: {
type: "website",
locale: "zh_TW",
url: "https://sitcon.org/2025/",
url: "https://sitcon.org/2025/cfp/",
title,
description,
siteName: "SITCON",
Expand Down

0 comments on commit 6eb4fe4

Please sign in to comment.