1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Remove note about exportPathMap not being supported in development

This commit is contained in:
Tim Neutkens 2018-05-16 21:15:36 +02:00
parent bced1b1c25
commit 13cf9429f7

View file

@ -1579,12 +1579,6 @@ Yes! Here's an example with [Apollo](./examples/with-apollo).
Yes! Here's an [example](./examples/with-redux)
</details>
<details>
<summary>Why aren't routes I have for my static export accessible in the development server?</summary>
This is a known issue with the architecture of Next.js. Until a solution is built into the framework, take a look at [this example solution](https://github.com/zeit/next.js/wiki/Centralizing-Routing) to centralize your routing.
</details>
<details>
<summary>Can I use Next with my favorite Javascript library or toolkit?</summary>