We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c599f commit 7c517e4Copy full SHA for 7c517e4
src/pages/index.js
@@ -2,5 +2,5 @@ import React from 'react';
2
import {Redirect} from '@docusaurus/router';
3
4
export default function Home(context) {
5
- return <Redirect to={`${context.config.baseUrl}v1.3`} />;
+ return <Redirect to={`${context.config.baseUrl}v1.4`} />;
6
}
0 commit comments