Skip to content

Commit 6ee3ec3

Browse files
♻️ (app/layout.tsx): refactor metadataBase URL to use production domain instead of localhost for SEO purposes
1 parent 0b517c6 commit 6ee3ec3

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
@@ -50,7 +50,7 @@ export const metadata: Metadata = {
5050
"Scrum Exams",
5151
],
5252
manifest: "/manifest.json",
53-
metadataBase: new URL("/"),
53+
metadataBase: new URL("https://education.ditectrev.com"),
5454
openGraph: {
5555
description:
5656
"🎓 Practice Exams (Web) Platform developed by Ditectrev's Community.",

0 commit comments

Comments
 (0)