This commit is contained in:
Travis Fischer
2022-03-25 10:56:03 -04:00
parent 8fe8c948f9
commit 6109625575

View File

@@ -70,7 +70,7 @@ NOTE: if you have multiple pages in your workspace with the same slugified name,
<img alt="Example preview image" src="https://user-images.githubusercontent.com/552829/160142320-35343317-aa9e-4710-bcf7-67e5cdec586d.gif" width="458">
</p>
We use [next/image](https://nextjs.org/docs/api-reference/next/image) to serve optimal images, with optional preview images generated via [lqip-modern](https://github.com/transitive-bullshit/lqip-modern). This gives us extremely optimized image support for sexy smooth images.
We use [next/image](https://nextjs.org/docs/api-reference/next/image) to serve efficient images, with preview images optionally generated via [lqip-modern](https://github.com/transitive-bullshit/lqip-modern). This gives us extremely optimized image support for sexy smooth images.
Preview images are **enabled by default**, but they can be slow to generate, so if you want to disable them, set `isPreviewImageSupportEnabled` to `false` in `site.config.js`.