rsnext/docs/api-reference/next.config.js
TianenPang 0d401ddcb5
Fix typo in rewrites docs (#35639)
Correct the type of `trailingSlash` in config example

Modified: `docs/api-reference/next.config.js/rewrites.md`

```diff
- trailingSlash: 'true',
+ trailingSlash: true,
```
2022-03-27 18:15:08 +00:00
..
basepath.md Clarify rewrites and other docs cleanup. (#24890) 2021-05-07 13:09:15 +00:00
build-indicator.md Add config support for build activity indicator position (#30109) 2021-11-03 21:17:36 +00:00
cdn-support-with-asset-prefix.md Refactor data fetching API docs (#30615) 2022-01-12 08:56:51 +01:00
compression.md Remove outdated documentation (#20714) 2021-01-04 10:45:57 +01:00
configuring-onDemandEntries.md [docs] Added related links to next.config.js (#10174) 2020-01-20 21:40:20 +01:00
configuring-the-build-id.md fix(docs): Fix typo in Custom Build Id docs (#33515) 2022-01-21 04:12:53 +00:00
custom-page-extensions.md Add middleware examples to custom page extensions (#31545) 2021-11-17 18:03:02 +00:00
custom-webpack-config.md Remove snippet that is not recommended. (#25220) 2021-05-19 11:56:53 +02:00
disabling-etag-generation.md [docs] Added related links to next.config.js (#10174) 2020-01-20 21:40:20 +01:00
disabling-http-keep-alive.md Add next.config.js option to override default keepAlive (#27709) 2021-08-03 00:38:42 +00:00
disabling-x-powered-by.md x-powered-by is added to response, not request (#13037) 2020-05-18 12:58:29 -04:00
environment-variables.md Remove reference to now env example (#17341) 2020-09-24 18:30:39 +00:00
exportPathMap.md Fixed duplicate data fetching overview page + links (#33774) 2022-01-29 02:52:40 +00:00
headers.md Update details about Cache Control Headers (#34416) 2022-02-17 23:17:26 +00:00
ignoring-eslint.md [ESLint] Documentation updates + bug fixes (#26331) 2021-08-05 00:58:06 +00:00
ignoring-typescript-errors.md Improve TypeScript documentation. (#34690) 2022-02-28 08:32:27 +00:00
introduction.md Update version number in next.config.js API reference 2022-02-10 11:17:05 +01:00
react-strict-mode.md Improve React Strict Mode documentation. (#28139) 2021-08-15 17:44:00 +00:00
redirects.md Added note about why Next.js used 307 and 308 status codes (#35325) 2022-03-19 16:49:24 +00:00
rewrites.md Fix typo in rewrites docs (#35639) 2022-03-27 18:15:08 +00:00
runtime-configuration.md Update docs to use <Image> instead of <img> (#19160) 2020-11-13 23:43:05 +00:00
setting-a-custom-build-directory.md [docs] Added related links to next.config.js (#10174) 2020-01-20 21:40:20 +01:00
static-optimization-indicator.md Bring back indicator documentation with a note that the feature has been removed 2021-01-05 12:47:52 +01:00
trailing-slash.md Clarify rewrites and other docs cleanup. (#24890) 2021-05-07 13:09:15 +00:00
url-imports.md Fix heading levels in URL imports docs. (#31163) 2021-11-08 17:51:05 +00:00