mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-01 00:48:02 +02:00
Merge pull request #149 from ericnakagawa/noop-redirect
Removed copy from redirect page, reduced delay to 0s for js and meta
This commit is contained in:
commit
22d0cebc18
3 changed files with 3 additions and 9 deletions
|
@ -202,7 +202,7 @@ function execute() {
|
|||
metadata={metadata}
|
||||
language={language}
|
||||
config={siteConfig}
|
||||
redirect={"/" + siteConfig.baseUrl + metadata.permalink}
|
||||
redirect={siteConfig.baseUrl + metadata.permalink}
|
||||
/>
|
||||
);
|
||||
const redirectStr = renderToStaticMarkup(redirectComp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue