Skip to content

Commit

Permalink
Fix redirecting to /docs when landingpage is accessed (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuspoerschke authored Apr 21, 2021
1 parent bbb3ff9 commit 6df7f68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 6 additions & 0 deletions website/src/pages/index.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from "react";
import { Redirect } from "@docusaurus/router";

export default function Home() {
return <Redirect to="/docs" />;
}
7 changes: 0 additions & 7 deletions website/src/pages/index.md

This file was deleted.

0 comments on commit 6df7f68

Please sign in to comment.