From 2f3f01f1fc3fb79f37e7b036405f44b0cc968435 Mon Sep 17 00:00:00 2001 From: "nabijonovdavronbek619@gmail.com" Date: Fri, 9 Jan 2026 14:21:01 +0500 Subject: [PATCH] for github deployment --- app/layout.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/layout.tsx b/app/layout.tsx index cebf26e..d3e7cc4 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -36,6 +36,8 @@ export const metadata: Metadata = { }, }; +// for github pages deployment + export default function RootLayout({ children }: { children: ReactNode }) { return (