diff --git a/packages/gitbook/src/components/SitePage/SitePageNotFound.tsx b/packages/gitbook/src/components/SitePage/SitePageNotFound.tsx index 657894f46..7a298f369 100644 --- a/packages/gitbook/src/components/SitePage/SitePageNotFound.tsx +++ b/packages/gitbook/src/components/SitePage/SitePageNotFound.tsx @@ -6,6 +6,7 @@ import { tcls } from '@/lib/tailwind'; import { SiteInsightsDisplayContext } from '@gitbook/api'; import { useRouter, useSearchParams } from 'next/navigation'; import { useEffect } from 'react'; +import { PreservePageLayout } from '../PageBody/PreservePageLayout'; import { SiteAuthLoginButton } from '../SiteAuth/SiteAuthLoginLink'; import { useSiteAdaptiveAuthLoginHref, useSpaceBasePath } from '../SpaceLayout/SpaceLayoutContext'; import { CurrentPageProvider } from '../hooks'; @@ -40,6 +41,8 @@ export function SitePageNotFound() {
+

{t(