Skip to content

Commit 5b81dd4

Browse files
committed
feat: meta tags
1 parent b045d5b commit 5b81dd4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

routes/_app.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ export default function App({ Component }: PageProps) {
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88
<title>Andromeda</title>
9+
<meta property="og:type" content="website" />
10+
<meta property="og:url" content="https://tryandromeda.dev/" />
11+
<meta property="og:title" content="Andromeda" />
12+
<meta property="og:description" content="Andromeda - Rust-powered JavaScript and TypeScript runtime" />
13+
<meta name="description" content="Andromeda - Rust-powered JavaScript and TypeScript runtime" />
14+
<meta name="keywords" content="Andromeda, Rust, JavaScript, TypeScript, runtime" />
915
<link rel="stylesheet" href="/styles.css" />
1016
<link rel="stylesheet" href="/prism.css" />
1117
<link rel="icon" href="/logo.svg" />

0 commit comments

Comments
 (0)