Add metadataBase to Open Graph API for dynamic URL handling
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m24s
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m24s
This commit is contained in:
@@ -7,6 +7,7 @@ import { Navbar } from '@/components/Navbar'
|
|||||||
const inter = Inter({ subsets: ['latin'] })
|
const inter = Inter({ subsets: ['latin'] })
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
|
metadataBase: new URL(process.env.NEXTAUTH_URL ?? 'http://localhost:3000'),
|
||||||
title: 'HashEx — The Hashtag Exchange',
|
title: 'HashEx — The Hashtag Exchange',
|
||||||
description: 'Trade hashtags like stocks. Prices driven by real Mastodon activity.',
|
description: 'Trade hashtags like stocks. Prices driven by real Mastodon activity.',
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user