Skip to content

Commit

Permalink
Fixed redirect for homepage (MetaMask#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas authored Mar 30, 2023
1 parent d7d9ba7 commit c616f76
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
8 changes: 8 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import React from "react";
import { Redirect } from "@docusaurus/router";

export default function Home(): JSX.Element {
return (
<Redirect to="/wallet" />
);
}
18 changes: 0 additions & 18 deletions static/index.html

This file was deleted.

0 comments on commit c616f76

Please sign in to comment.