Skip to content

Commit 214bc90

Browse files
fix: full example
1 parent 03e40dc commit 214bc90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/full/components/NotionPage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export function NotionPage({
151151
previewImages={previewImagesEnabled}
152152
components={{
153153
// 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.
154-
nextLegacyImage: Image,
154+
// nextLegacyImage: Image,
155155
nextLink: Link,
156156
Code,
157157
Collection,

0 commit comments

Comments
 (0)