Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 48cf900

Browse files
authored
docs: update README with rewrites feature support
1 parent a12e31a commit 48cf900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The following shows all supported features or planned features. Is there a featu
7171
- [x] [Preview mode](https://nextjs.org/docs/advanced-features/preview-mode)
7272
- [ ] [Optional catch all routes](https://nextjs.org/docs/routing/dynamic-routes#optional-catch-all-routes)
7373
- [x] [Redirects](https://nextjs.org/docs/api-reference/next.config.js/redirects). In latest alpha release now (caveat: every route should be able to redirect except `_next/static/*` and `static/*`, since those cache behaviors do not have Lambda handlers attached to them). See [RFC](https://github.com/serverless-nextjs/serverless-next.js/issues/587) for updates.
74-
- [ ] [Rewrites](https://nextjs.org/docs/api-reference/next.config.js/rewrites). See [RFC](https://github.com/serverless-nextjs/serverless-next.js/issues/587) for updates.
74+
- [x] [Rewrites](https://nextjs.org/docs/api-reference/next.config.js/rewrites). In latest alpha release now (caveats: every route should be able to rewrite except `_next/static/*` and `static/*`, since those cache behaviors do not have Lambda handlers attached to them. [External URL rewrites](https://nextjs.org/docs/api-reference/next.config.js/rewrites#rewriting-to-an-external-url) are not yet implemented). See [RFC](https://github.com/serverless-nextjs/serverless-next.js/issues/587) for updates.
7575
- [ ] [Custom Headers](https://nextjs.org/docs/api-reference/next.config.js/headers). See [RFC](https://github.com/serverless-nextjs/serverless-next.js/issues/587) for updates.
7676

7777
### Getting started

0 commit comments

Comments
 (0)