Skip to content

Commit 102f1a0

Browse files
committed
set metadataBase to real url
1 parent 1159b33 commit 102f1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const futuraPT = localFont({
2929
export const metadata: Metadata = {
3030
title: "DevSH Graphics Programming",
3131
description: "The website of DevSH Graphics Programming",
32-
metadataBase: new URL("http://localhost:3000"),
32+
metadataBase: new URL("https://www.devsh.eu"),
3333
openGraph: {
3434
type: "website",
3535
title: "DevSH Graphics Programming",

0 commit comments

Comments
 (0)