Skip to content

Commit 007be39

Browse files
committed
Attempt to fix metadata base url pointing to localhost in production
1 parent e0f0118 commit 007be39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const inter = Inter({ subsets: ['latin'] })
1111
export const metadata: Metadata = {
1212
title: 'WhoSaidIt',
1313
description: 'Quiz your friends and see who said it!',
14+
metadataBase: new URL(`${process.env.NEXT_PUBLIC_DOMAIN_URL}`),
1415
icons: [
1516
{
1617
rel: 'icon',

0 commit comments

Comments
 (0)