From 214bc903e882aba058807920bea7f577efef1608 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Thu, 7 Nov 2024 18:23:39 -0600 Subject: [PATCH] fix: full example --- examples/full/components/NotionPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/full/components/NotionPage.tsx b/examples/full/components/NotionPage.tsx index 2a645a12b..44c0d7fbe 100644 --- a/examples/full/components/NotionPage.tsx +++ b/examples/full/components/NotionPage.tsx @@ -151,7 +151,7 @@ export function NotionPage({ previewImages={previewImagesEnabled} components={{ // NOTE (transitive-bullshit 3/12/2023): I'm disabling next/image for this repo for now because the amount of traffic started costing me hundreds of dollars a month in Vercel image optimization costs. I'll probably re-enable it in the future if I can find a better solution. - nextLegacyImage: Image, + // nextLegacyImage: Image, nextLink: Link, Code, Collection,