diff --git a/web/app/layout.tsx b/web/app/layout.tsx index ad71930..e8bbe35 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -13,7 +13,7 @@ export default function RootLayout({ children }: { children: React.ReactNode }) return ( - {metadata.title.default} + {metadata.title?.default ?? "ProxMenux"}