Closed
Description
per internal convo sparked by #158 (comment) cc @zomars
our docs say to put _redirects in the publish dir, but since NoN was created way back, NoN has always looked for _redirects at the project root
perhaps we should support it being at all:
- root
- /public (per https://nextjs.org/docs/basic-features/static-file-serving)
- /{publish_dir}