Skip to content

Commit 3da35ee

Browse files
authored
Merge pull request miurla#22 from miurla/metadata-base
Add metadataBase URL to metadata
2 parents 383969b + 69c50ce commit 3da35ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const description =
1717
'A fully open-source AI-powered answer engine with a generative UI.'
1818

1919
export const metadata: Metadata = {
20+
metadataBase: new URL('https://morphic.sh'),
2021
title,
2122
description,
2223
openGraph: {

0 commit comments

Comments
 (0)