File tree Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ import React from 'react' ;
2+ import { Redirect } from '@docusaurus/router' ;
3+ import Head from '@docusaurus/Head' ;
4+
5+ export default function Home ( ) {
6+ return (
7+ < >
8+ < Head >
9+ < title > Pluto</ title >
10+ < meta name = "description" content = "A superset of Lua 5.4 with a focus on general-purpose programming." />
11+ < meta property = "og:title" content = "Pluto" />
12+ < meta property = "og:description" content = "A superset of Lua 5.4 with a focus on general-purpose programming." />
13+ < meta name = "twitter:title" content = "Pluto" />
14+ < meta name = "twitter:description" content = "A superset of Lua 5.4 with a focus on general-purpose programming." />
15+ </ Head >
16+ < Redirect to = "/docs/Introduction" />
17+ </ >
18+ ) ;
19+ }
You can’t perform that action at this time.
0 commit comments