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 7d53169 commit 6aa32fdCopy full SHA for 6aa32fd
src/pages/index-3.tsx
@@ -1,10 +1,10 @@
1
-import React, { useEffect } from 'react';
2
-import ExecutionEnvironment from '@docusaurus/ExecutionEnvironment';
+import React, { useEffect } from "react";
+import ExecutionEnvironment from "@docusaurus/ExecutionEnvironment";
3
4
const Home = () => {
5
useEffect(() => {
6
if (ExecutionEnvironment.canUseDOM) {
7
- window.location.href = '/guides';
+ window.location.href = "/guides";
8
}
9
}, []);
10
0 commit comments