mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 23:27:28 +02:00
Removed copy from redirect page, reduced delay to 0s for js and meta
This commit is contained in:
parent
57251a22c0
commit
a9571ebf4d
3 changed files with 3 additions and 9 deletions
|
@ -40,7 +40,7 @@ class Head extends React.Component {
|
|||
{this.props.redirect && (
|
||||
<meta
|
||||
http-equiv="refresh"
|
||||
content={"2; URL=" + this.props.redirect}
|
||||
content={"0; URL=" + this.props.redirect}
|
||||
/>
|
||||
)}
|
||||
<link
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue