Skip to content

Commit 7c517e4

Browse files
Update redirect link in src > pages folder (#680)
Signed-off-by: Jillian <[email protected]>
1 parent f4c599f commit 7c517e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import React from 'react';
22
import {Redirect} from '@docusaurus/router';
33

44
export default function Home(context) {
5-
return <Redirect to={`${context.config.baseUrl}v1.3`} />;
5+
return <Redirect to={`${context.config.baseUrl}v1.4`} />;
66
}

0 commit comments

Comments
 (0)