Skip to content

Commit

Permalink
chore: fix og-image url
Browse files Browse the repository at this point in the history
  • Loading branch information
vinit717 committed Sep 15, 2024
1 parent 2d072a8 commit 1657a68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ const Layout: FC<LayoutProps> = ({ title, children, classNames }) => {
property="og:description"
content="Shorten and share URLs with Real Dev Squad, a simple and efficient URL shortener."
/>
<meta property="og:url" content="https://rds.realdevsquad.com/" />
<meta property="og:url" content="https://tiny.realdevsquad.com/" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/rds.png" />
<meta property="og:image" content="https://tiny.realdevsquad.com/rds.png" />
</Head>

<Navbar />
Expand Down

0 comments on commit 1657a68

Please sign in to comment.