From 51468128452fb82625fb02aef0ffe7a2913b3718 Mon Sep 17 00:00:00 2001 From: ardier16 Date: Thu, 20 Jun 2024 12:12:23 +0300 Subject: [PATCH] Update metadata base URL --- src/app/layout.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 044c497..80f9096 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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', @@ -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', },