Skip to content

Commit

Permalink
Update redirect link in src > pages folder (#680)
Browse files Browse the repository at this point in the history
Signed-off-by: Jillian <[email protected]>
  • Loading branch information
jillian-maroket authored Nov 29, 2024
1 parent f4c599f commit 7c517e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import React from 'react';
import {Redirect} from '@docusaurus/router';

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

0 comments on commit 7c517e4

Please sign in to comment.