Skip to content

Commit 4a429cc

Browse files
committed
move not-found to page level, added metadatabase
1 parent 2c96d28 commit 4a429cc

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
File renamed without changes.

app/[domain]/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export async function generateMetadata({
4545
creator: "@vercel",
4646
},
4747
icons: [logo],
48+
metadataBase: new URL(`https://${params.domain}`),
4849
};
4950
}
5051

0 commit comments

Comments
 (0)