Skip to content

Commit

Permalink
Merge branch 'main' into api-section
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jul 8, 2024
2 parents 85b5809 + ebfe22d commit d64252d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pages/index.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { useEffect } from 'react';

// Load the docs by default
export default function Home() {
useEffect(() => {
window.location = '/docs';
}, [])
}

0 comments on commit d64252d

Please sign in to comment.