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 c5b9446 commit e8a85d0Copy full SHA for e8a85d0
src/pages/index.tsx
@@ -3,7 +3,7 @@ import { useEffect } from 'react';
3
4
export default function Home() {
5
useEffect(() => {
6
- window.location.href = 'https://defang.io/';
+ window.location.href = '/docs';
7
}, []);
8
9
return null;
0 commit comments