Skip to content

Commit cf491a5

Browse files
💡 (app/layout.tsx): update title metadata to include platform name and default title format for SEO purposes
✨ (app/layout.tsx): add support for dynamic page titles using interpolation in the default title template
1 parent 314987a commit cf491a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎app/layout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const metadata: Metadata = {
7373
},
7474
themeColor: "#3f51b5",
7575
title: {
76-
default: "Dashboard",
76+
default: "🧪 Practice Exams Platform - %s | Ditectrev",
7777
template: "🧪 Practice Exams Platform - %s | Ditectrev",
7878
},
7979
twitter: {

0 commit comments

Comments
 (0)