yarn installyarn build && yarn startVisit /: OK.
Visit /foo: OK.
yarn devVisit /: OK.
Visit /foo: 404 despite the rewrite from /foo to /.
Edit next.config.js, use the in-file rewrite declaration.
Visit /foo: OK.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
yarn installyarn build && yarn startVisit /: OK.
Visit /foo: OK.
yarn devVisit /: OK.
Visit /foo: 404 despite the rewrite from /foo to /.
Edit next.config.js, use the in-file rewrite declaration.
Visit /foo: OK.