Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typo in rewrites docs (vercel#35639)
Correct the type of `trailingSlash` in config example Modified: `docs/api-reference/next.config.js/rewrites.md` ```diff - trailingSlash: 'true', + trailingSlash: true, ```
- Loading branch information