Skip to content

Commit a532bc9

Browse files
committed
Upgraded Docusaurus: facebook/docusaurus#6337
1 parent 19d66eb commit a532bc9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"devDependencies": {
1010
},
1111
"dependencies": {
12-
"@docusaurus/core": "2.0.0-beta.8",
13-
"@docusaurus/preset-classic": "2.0.0-beta.8",
12+
"@docusaurus/core": "2.0.0-beta.14",
13+
"@docusaurus/preset-classic": "2.0.0-beta.14",
1414
"clsx": "^1.1.1",
1515
"mdx-mermaid": "^1.1.0",
1616
"mermaid": "^8.12.0",

website/src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export default () => {
55
if (typeof window !== "undefined") {
66
window.location.href = "/docs";
77
}
8-
8+
99
// Rendering the Layout helps keep the page from jumping, it takes a minute for the
1010
// location to change
11-
return <Layout />;
11+
return <Layout>{null}</Layout>;
1212
};

0 commit comments

Comments
 (0)