Skip to content

Commit

Permalink
💡 (app/layout.tsx): update title metadata to include platform name a…
Browse files Browse the repository at this point in the history
…nd default title format for SEO purposes

✨ (app/layout.tsx): add support for dynamic page titles using interpolation in the default title template
  • Loading branch information
danieldanielecki committed Aug 19, 2024
1 parent 314987a commit cf491a5
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 @@ -73,7 +73,7 @@ export const metadata: Metadata = {
},
themeColor: "#3f51b5",
title: {
default: "Dashboard",
default: "🧪 Practice Exams Platform - %s | Ditectrev",
template: "🧪 Practice Exams Platform - %s | Ditectrev",
},
twitter: {
Expand Down

0 comments on commit cf491a5

Please sign in to comment.