yarn install
yarn build && yarn start
Visit /
: OK.
Visit /foo
: OK.
yarn dev
Visit /
: OK.
Visit /foo
: 404 despite the rewrite from /foo
to /
.
Edit next.config.js
, use the in-file rewrite declaration.
Visit /foo
: OK.
yarn install
yarn build && yarn start
Visit /
: OK.
Visit /foo
: OK.
yarn dev
Visit /
: OK.
Visit /foo
: 404 despite the rewrite from /foo
to /
.
Edit next.config.js
, use the in-file rewrite declaration.
Visit /foo
: OK.