Skip to content

Commit 77c0065

Browse files
Merge pull request #52 from Ditectrev/eduardconstantin-main
fix: metadata title (closes #43)
2 parents b8548a0 + 5e74278 commit 77c0065

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/layout.tsx

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const metadata: Metadata = {
2525
],
2626
creator: "Eduard-Constantin Ibinceanu",
2727
description:
28-
"🎓 Practice Exams (Web) Platform developed by Ditectrev's Community.",
28+
"🎓 Practice Exams (Web) Platform developed by Ditectrev's Community. #Build Your Digital Future with us.",
2929
formatDetection: { telephone: true },
3030
icons: [
3131
{
@@ -53,7 +53,7 @@ export const metadata: Metadata = {
5353
metadataBase: new URL("https://education.ditectrev.com"),
5454
openGraph: {
5555
description:
56-
"🎓 Practice Exams (Web) Platform developed by Ditectrev's Community.",
56+
"🎓 Practice Exams (Web) Platform developed by Ditectrev's Community. #Build Your Digital Future with us.",
5757
images: [
5858
{
5959
alt: "Ditectrev Logo",
@@ -73,14 +73,14 @@ export const metadata: Metadata = {
7373
},
7474
themeColor: "#3f51b5",
7575
title: {
76-
default: "🧪 Practice Exams Platform - %s | Ditectrev",
77-
template: "🧪 Practice Exams Platform - %s | Ditectrev",
76+
default: "🧪 Practice Exams Platform | Ditectrev",
77+
template: "🧪 Practice Exams Platform | Ditectrev",
7878
},
7979
twitter: {
8080
card: "summary_large_image",
8181
creator: "@ditectrev",
8282
description:
83-
"🎓 Practice Exams (Web) Platform developed by Ditectrev's Community.",
83+
"🎓 Practice Exams (Web) Platform developed by Ditectrev's Community. #Build Your Digital Future with us.",
8484
images: [
8585
{
8686
alt: "Ditectrev Logo",

0 commit comments

Comments
 (0)