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 19d66eb commit a532bc9Copy full SHA for a532bc9
website/package.json
@@ -9,8 +9,8 @@
9
"devDependencies": {
10
},
11
"dependencies": {
12
- "@docusaurus/core": "2.0.0-beta.8",
13
- "@docusaurus/preset-classic": "2.0.0-beta.8",
+ "@docusaurus/core": "2.0.0-beta.14",
+ "@docusaurus/preset-classic": "2.0.0-beta.14",
14
"clsx": "^1.1.1",
15
"mdx-mermaid": "^1.1.0",
16
"mermaid": "^8.12.0",
website/src/pages/index.js
@@ -5,8 +5,8 @@ export default () => {
5
if (typeof window !== "undefined") {
6
window.location.href = "/docs";
7
}
8
-
+
// Rendering the Layout helps keep the page from jumping, it takes a minute for the
// location to change
- return <Layout />;
+ return <Layout>{null}</Layout>;
};
0 commit comments