Skip to content

Commit

Permalink
removed landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
shayansanjideh authored and wriches committed May 5, 2023
1 parent 3ace8ed commit 51b62f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 44 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const config = {
tagline:
"Sui is a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by Move",
favicon: "img/favicon.ico",
url: "https://sui-docs-sui-foundation.vercel.app/",
url: "https://sui-docs-sui-foundation.vercel.app",
baseUrl: "/",
onBrokenLinks: "warn",
onBrokenMarkdownLinks: "warn",
Expand Down
6 changes: 6 additions & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import { Redirect } from 'react-router-dom';

export default function Home() {
return <Redirect to='/sui-glossary' />;
}
43 changes: 0 additions & 43 deletions src/pages/index.tsx

This file was deleted.

0 comments on commit 51b62f3

Please sign in to comment.