Skip to content

Commit 7ee660c

Browse files
committed
docs: update ToC
1 parent c7860ab commit 7ee660c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ This build plugin is a utility for supporting Next.js on Netlify. To enable serv
1919
- [CLI Usage](#cli-usage)
2020
- [Custom Netlify Functions](#custom-netlify-functions)
2121
- [Publish Directory](#publish-directory)
22+
- [Image Handling](#image-handling)
2223
- [Custom Netlify Redirects](#custom-netlify-redirects)
2324
- [Local Files in Runtime](#local-files-in-runtime)
2425
- [FAQ](#faq)
2526
- [Caveats](#caveats)
2627
- [Credits](#credits)
27-
- [Showcase](#showcase)
2828

2929
## Installation and Configuration
3030

@@ -126,7 +126,7 @@ Similarly, you can customize your publish directory in your `netlify.toml` file:
126126

127127
Read more about [Netlify's build settings](https://docs.netlify.com/configure-builds/get-started/#basic-build-settings) in our docs.
128128

129-
## Image handling
129+
## Image Handling
130130

131131
The plugin includes a function to generate images for `next/image`. The images are resized on the fly, so the first request will have a short delay. However because the function uses [On-Demand Builders](https://docs.netlify.com/configure-builds/on-demand-builders/), any subsequent requests for that image are served from the edge cache and are super-fast.
132132

0 commit comments

Comments
 (0)