/nextjs-routing-issue

Repro case for a routing issue

Primary LanguageJavaScript

This illustrates a client-side routing issue with a static exported next.js site.

Setup

  1. Run npm install
  2. Run npm run export
  3. Run node server.js
  4. Go to http://localhost:3000

See repro steps here.