Skip to content

Commit f7b9fc2

Browse files
committed
fix: set metadataBase for OG images
1 parent 9937fd9 commit f7b9fc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const geistMonoDocs = Geist_Mono({
2222
});
2323

2424
export const metadata: Metadata = {
25+
metadataBase: new URL("https://sql-studio-docs.frectonz.et"),
2526
title: {
2627
default: "SQL Studio",
2728
template: docsConfig.metadata?.titleTemplate ?? "%s",

0 commit comments

Comments
 (0)