mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-13 17:17:28 +02:00
feat(v2): enable exact for addRoute API (#1374)
This commit is contained in:
parent
1d7538ff4a
commit
2a13c7773f
4 changed files with 13 additions and 11 deletions
|
@ -103,6 +103,7 @@ class DocusaurusPluginContentPages {
|
|||
addRoute({
|
||||
path: permalink,
|
||||
component,
|
||||
exact: true,
|
||||
metadata: metadataItem,
|
||||
modules: {
|
||||
content: source,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue