Skip to content

Commit

Permalink
Add missing introductory exportPathMap purpose description (#17444)
Browse files Browse the repository at this point in the history
The page describing exportPathMap goes straight into an example without explaining what the config is for.
  • Loading branch information
jorisw committed Oct 3, 2020
1 parent f27e1f8 commit f8aeaa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api-reference/next.config.js/exportPathMap.md
Expand Up @@ -13,6 +13,8 @@ description: Customize the pages that will be exported as HTML files when using
</ul>
</details>

`exportPathMap` allows you to specify a mapping of request paths to page destinations, to be used during export.

Let's start with an example, to create a custom `exportPathMap` for an app with the following pages:

- `pages/index.js`
Expand Down

0 comments on commit f8aeaa4

Please sign in to comment.