Skip to content

Commit

Permalink
Fix typo customization-settings.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs authored Jan 22, 2025
1 parent db4ea0a commit 02ea8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/customization/customization-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Default value is
"informations": ["difficulty", "duration", "distance", "positiveElevation"]
`. See [example](https://github.com/GeotrekCE/Geotrek-rando-v3/blob/main/frontend/config/resultCard.json).

## redirect.json
## redirects.json

- `redirects.json` to define URL rewriting for your instance. For example, you can use this customization to redirect old URL style (Geotrek-rando V2) to the new URL style (Geotrek-rando V3) or to redirect old URL to a new URL after changing the name of a hike in the backend.

Expand Down Expand Up @@ -295,4 +295,4 @@ Default value is
}
```

You can find more examples and more details following [this link](https://nextjs.org/docs/api-reference/next.config.js/redirects).
You can find more examples and more details following [this link](https://nextjs.org/docs/api-reference/next.config.js/redirects).

0 comments on commit 02ea8dc

Please sign in to comment.