diff --git a/readme.md b/readme.md index 3ed4df7b..9dcf1bc9 100644 --- a/readme.md +++ b/readme.md @@ -1579,12 +1579,6 @@ Yes! Here's an example with [Apollo](./examples/with-apollo). Yes! Here's an [example](./examples/with-redux) -
-Why aren't routes I have for my static export accessible in the development server? - -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. -
-
Can I use Next with my favorite Javascript library or toolkit?