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:
Sébastien Lorber 2021-06-29 19:34:55 +02:00 committed by GitHub
parent 7fe2a9891d
commit a78e4f19b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 29 additions and 139 deletions

View file

@ -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';