When we use the static mode, Next.js want that we build our resource pages at build time. But we can't do that because users can create a resource at runtime. So we redirect thanks to ngnix when we see that a resource page is not found.
Create the base app impress, based on the people app.