{JSON.stringify(schema.example)}
+
+ Example: {JSON.stringify(schema.example)}
+
) : null}
}
diff --git a/src/app/(global)/~gitbook/image/route.ts b/src/app/(global)/~gitbook/image/route.ts
index 429274564..dae9da5c6 100644
--- a/src/app/(global)/~gitbook/image/route.ts
+++ b/src/app/(global)/~gitbook/image/route.ts
@@ -1,6 +1,11 @@
import { NextRequest } from 'next/server';
-import { verifyImageSignature, resizeImage, CloudflareImageOptions, checkIsSizableImageURL } from '@/lib/images';
+import {
+ verifyImageSignature,
+ resizeImage,
+ CloudflareImageOptions,
+ checkIsSizableImageURL,
+} from '@/lib/images';
import { parseImageAPIURL } from '@/lib/urls';
export const runtime = 'edge';
diff --git a/src/app/(space)/(content)/[[...pathname]]/page.tsx b/src/app/(space)/(content)/[[...pathname]]/page.tsx
index 321c701fd..8385ca556 100644
--- a/src/app/(space)/(content)/[[...pathname]]/page.tsx
+++ b/src/app/(space)/(content)/[[...pathname]]/page.tsx
@@ -27,6 +27,7 @@ export default async function Page(props: { params: PagePathParams }) {
content: contentPointer,
contentTarget,
space,
+ parent,
customization,
pages,
page,
@@ -84,6 +85,7 @@ export default async function Page(props: { params: PagePathParams }) {
{page.layout.outline ? (
Ad disabled
++ {`It looks like you're using an adblocker. Whitelist this site to help support this + project.`} +
+