Skip to content

Commit

Permalink
Revert "[test] Add multiple og:url (#62)" (#63)
Browse files Browse the repository at this point in the history
This reverts commit 5805e1c.
  • Loading branch information
taigakiyokawa authored Nov 30, 2022
1 parent 5805e1c commit 3eb07f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/commons/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export const Layout: NextPage<LayoutProps> = ({ children }) => {
<meta property="og:title" content="Go Conference 2023" />
<meta property="og:description" content="Go Conference is a conference for Go programming language users." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://gocon.jp" />
<meta property="og:url" content="https://gocon.jp/2023" />
<meta property="og:image" content="https://gocon.jp/2023/ogp-thumbnail.png" />
</Head>
Expand Down

0 comments on commit 3eb07f0

Please sign in to comment.