This repository is a demonstration of a bug in Next's metadata URL resolution for static exports that have trailingSlash: true.
Create the static build and start an http server to host the contents.
npm run start-staticIn a different terminal, run the tests.
npm run test