Skip to content

Commit

Permalink
♻️ (app/layout.tsx): refactor metadataBase URL to use production dom…
Browse files Browse the repository at this point in the history
…ain instead of localhost for SEO purposes
  • Loading branch information
danieldanielecki committed Aug 19, 2024
1 parent 0b517c6 commit 6ee3ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const metadata: Metadata = {
"Scrum Exams",
],
manifest: "/manifest.json",
metadataBase: new URL("/"),
metadataBase: new URL("https://education.ditectrev.com"),
openGraph: {
description:
"🎓 Practice Exams (Web) Platform developed by Ditectrev's Community.",
Expand Down

0 comments on commit 6ee3ec3

Please sign in to comment.