Skip to content

Commit 71ddb33

Browse files
author
Andrew Luca
committed
chore: check if docs are deployed after repo migration
1 parent 222706e commit 71ddb33

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Redux Form</title>
6-
6+
<noscript>
7+
<meta http-equiv="refresh" content="0; url=https://redux-form.com/8.2.2/" />
8+
</noscript>
79
<script type="text/javascript">
810
document.location = 'https://redux-form.com/8.2.2' + document.location.hash;
911
</script>

0 commit comments

Comments
 (0)