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:
parent
bced1b1c25
commit
13cf9429f7
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue