diff --git a/hosting/src/app/[site]/layout.tsx b/hosting/src/app/[site]/layout.tsx index b16a1bab..c02d52bc 100644 --- a/hosting/src/app/[site]/layout.tsx +++ b/hosting/src/app/[site]/layout.tsx @@ -21,7 +21,7 @@ const RootLayout: React.FC = ({ children }) => { document.title = data?.title ?? "Tanam"; }); setLoading(false); - }, []); + }, [getSite]); return (