mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 23:27:28 +02:00
feat(client-redirects): make plugin respect onDuplicateRoutes config (#7649)
This commit is contained in:
parent
51d7899b0d
commit
4b5a47ba37
5 changed files with 66 additions and 13 deletions
|
@ -50,6 +50,12 @@ Accepted fields:
|
|||
</APITable>
|
||||
```
|
||||
|
||||
:::note
|
||||
|
||||
This plugin will also read the [`siteConfig.onDuplicateRoutes`](../docusaurus.config.js.md#onDuplicateRoutes) config to adjust its logging level when multiple files will be emitted to the same location.
|
||||
|
||||
:::
|
||||
|
||||
### Types {#types}
|
||||
|
||||
#### `RedirectRule` {#RedirectRule}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue