You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2025. It is now read-only.
-[ ][Optional catch all routes](https://nextjs.org/docs/routing/dynamic-routes#optional-catch-all-routes)
73
73
-[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.
75
75
-[ ][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.
0 commit comments