Skip to content

Commit

Permalink
Update README.md (#6084)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopium21 authored Dec 27, 2024
1 parent a07f1f9 commit 974fb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ All documentation content is represented by `*.md` files with Markdown syntax. B

### Redirects

Redirects allow you to redirect an incoming request path to a different destination path. Redirects settings are located in `redirects.config.js` file. It exports an array of objects. Each object represents a single redirect option. We utilize [NextJS Redirects](https://nextjs.org/docs/api-reference/next.config.js/redirects) API for that.
Redirects allow you to redirect an incoming request path to a different destination path. Redirects settings are located in `redirects.config.js` file. It exports an array of objects. Each object represents a single redirect option. We utilize [NextJS Redirects](https://nextjs.org/docs/app/api-reference/config/next-config-js/redirects) API for that.

### Tabs

Expand Down

0 comments on commit 974fb01

Please sign in to comment.