Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/en/4.providers/ipx.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Just add `@nuxt/image` to `modules` (instead of `buildModules`) in `nuxt.config`

### Advanced: Custom ServerMiddleware

If you have an usecase of a custom IPX instance serving other that `static/` dir, you may instead create a server Middleware that handles the `/_ipx` endpoint:
If you have a use case of a custom IPX instance serving other that `static/` dir, you may instead create a server Middleware that handles the `/_ipx` endpoint:

1. Add `ipx` as a dependency:

Expand Down