Skip to content

Commit

Permalink
fix: full example
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Nov 8, 2024
1 parent 03e40dc commit 214bc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/full/components/NotionPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 214bc90

Please sign in to comment.