Skip to content

Commit

Permalink
Update metadata base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ardier16 committed Jun 20, 2024
1 parent b27e096 commit 5146812
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import { appFontClassName } from '@/theme/fonts'
import { cn } from '@/theme/utils'

export const metadata: Metadata = {
// TODO: Change to rarime.com
metadataBase: new URL('https://rarime-landing-test.netlify.app/'),
metadataBase: new URL('https://rarime.com/'),
title: 'Go Incognito | RariMe',
description:
'RariMe is a self-custody identity wallet that allows users to verify their eligibility for Web3 services without exposing their personal data',
Expand All @@ -19,8 +18,7 @@ export const metadata: Metadata = {
description:
'RariMe is a self-custody identity wallet that allows users to verify their eligibility for Web3 services without exposing their personal data',
type: 'website',
// TODO: Change to rarime.com
url: 'https://rarime-landing-test.netlify.app/',
url: 'https://rarime.com/',
siteName: 'RariMe',
images: '/images/og-image.png',
},
Expand Down

0 comments on commit 5146812

Please sign in to comment.