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
Correct what seemed to be a minor typo
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Matt Kane <[email protected]>
Copy file name to clipboardExpand all lines: docs/redirects-rewrites.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Netlify and Next.js redirects support different features and are evaluated at di
22
22
- If you need redirects or rewrites to be applied before loading static files, you must use Netlify redirects and rewrites.
23
23
24
24
### When to use Next.js redirects or rewrites:
25
-
- If you are using a _rewrite_ that points to a dynamic Next.js page, you must use Next.js rewrites. Next.js has no way of knowing what the rewritten page is when using Netlify rewrites, so the wrong page is likely to be rendered. This only applies to redirects, not rewrites.
25
+
- If you are using a _rewrite_ that points to a dynamic Next.js page, you must use Next.js rewrites. Next.js has no way of knowing what the rewritten page is when using Netlify rewrites, so the wrong page is likely to be rendered. This only applies to rewrites, not redirects.
26
26
- If you need Next.js-specific features such as regex path or header matching, you must use Next.js rewrites.
0 commit comments