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.
2 parents c6ef290 + f24b684 commit a8431edCopy full SHA for a8431ed
docusaurus.config.js
@@ -65,6 +65,7 @@ const config = {
65
logo: {
66
alt: 'Defang Logo',
67
src: '/img/defang-logo.svg',
68
+ href: 'https://defang.io/',
69
},
70
items: [
71
{
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