mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-07 21:32:38 +02:00
fix(v2): redirect plugin should emit redirect files with lower precedence than redirect target (#5085)
* revert old behavior of the redirect plugin * revert old behavior of the redirect plugin
This commit is contained in:
parent
7fe2a9891d
commit
a78e4f19b2
5 changed files with 29 additions and 139 deletions
|
@ -26,7 +26,6 @@ import {simpleHash, docuHash} from './hashUtils';
|
|||
|
||||
export const posixPath = posixPathImport;
|
||||
|
||||
export * from './getFilePathForRoutePath';
|
||||
export * from './codeTranslationsUtils';
|
||||
export * from './markdownParser';
|
||||
export * from './markdownLinks';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue