From cf491a59a9a4c3bb9746cd5bb5dc30b88cd629c3 Mon Sep 17 00:00:00 2001 From: Daniel Danielecki Date: Mon, 19 Aug 2024 10:48:37 +0200 Subject: [PATCH] =?UTF-8?q?=20=F0=9F=92=A1=20(app/layout.tsx):=20update=20?= =?UTF-8?q?title=20metadata=20to=20include=20platform=20name=20and=20defau?= =?UTF-8?q?lt=20title=20format=20for=20SEO=20purposes=20=E2=9C=A8=20(app/l?= =?UTF-8?q?ayout.tsx):=20add=20support=20for=20dynamic=20page=20titles=20u?= =?UTF-8?q?sing=20interpolation=20in=20the=20default=20title=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index e34b399..c190a13 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -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: {