diff --git a/app/layout.tsx b/app/layout.tsx index 9c75761..85b4077 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -15,12 +15,14 @@ import "./globals.css"; import AppShell from "@/components/AppShell"; +export const runtime = "edge"; + export const metadata: Metadata = { title: { default: SITE_NAME, template: `${SITE_NAME} | %s` }, - description: SITE_DESCRIPTION, + description: SITE_DESCRIPTION }; export default function RootLayout({ children }: Readonly<{ diff --git a/components/NavigationDrawer.tsx b/components/NavigationDrawer.tsx index f39b1ab..75acca8 100644 --- a/components/NavigationDrawer.tsx +++ b/components/NavigationDrawer.tsx @@ -62,7 +62,7 @@ export function AppNavigation({ showClose, onClose }: { {NAVIGATION_ITEMS.map((item, idx) => { - return item.divider ? : ( + return item.divider ? : ( {item.icon}