Skip to content

Commit

Permalink
fix: metadata title (closes #43)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldanielecki committed Jan 10, 2025
1 parent 5d8f384 commit 5e74278
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const metadata: Metadata = {
],
creator: "Eduard-Constantin Ibinceanu",
description:
"🎓 Practice Exams (Web) Platform developed by Ditectrev's Community.",
"🎓 Practice Exams (Web) Platform developed by Ditectrev's Community. #Build Your Digital Future with us.",
formatDetection: { telephone: true },
icons: [
{
Expand Down Expand Up @@ -53,7 +53,7 @@ export const metadata: Metadata = {
metadataBase: new URL("https://education.ditectrev.com"),
openGraph: {
description:
"🎓 Practice Exams (Web) Platform developed by Ditectrev's Community.",
"🎓 Practice Exams (Web) Platform developed by Ditectrev's Community. #Build Your Digital Future with us.",
images: [
{
alt: "Ditectrev Logo",
Expand All @@ -73,14 +73,14 @@ export const metadata: Metadata = {
},
themeColor: "#3f51b5",
title: {
default: "🧪 Practice Exams Platform - %s | Ditectrev",
template: "🧪 Practice Exams Platform - %s | Ditectrev",
default: "🧪 Practice Exams Platform | Ditectrev",
template: "🧪 Practice Exams Platform | Ditectrev",
},
twitter: {
card: "summary_large_image",
creator: "@ditectrev",
description:
"🎓 Practice Exams (Web) Platform developed by Ditectrev's Community.",
"🎓 Practice Exams (Web) Platform developed by Ditectrev's Community. #Build Your Digital Future with us.",
images: [
{
alt: "Ditectrev Logo",
Expand Down

0 comments on commit 5e74278

Please sign in to comment.