Skip to content

fix: metadata title (closes #43) #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading