From 343639a1da196382b078e0a3cb7e0d18be9c69dd Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sun, 11 Feb 2024 23:13:51 -0800 Subject: [PATCH] fix metadata issue --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2232d0c..d9fe98d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -19,7 +19,7 @@ const inter = Inter({ subsets: ['latin'] }) const zillaSlab = Zilla_Slab({ subsets: ['latin'], weight: ['500', '700'] }) export const metadata: Metadata = { - title: 'eeXiv^2', + title: 'eeXiv', description: 'arXiv just got better', }