Skip to content

Commit

Permalink
add OpenGraph to site
Browse files Browse the repository at this point in the history
  • Loading branch information
LeahHirst committed Sep 7, 2024
1 parent 0550178 commit 8463980
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added site/public/ogimage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions site/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ import Features from '../components/features.astro';
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta property="og:title" content="Whitespace with syntax for types." />
<meta property="og:description" content="Nospace extends Whitespace by adding types to the language. Nospace speeds up your development experience by catching errors and providing fixes before you even run your code." />
<meta property="og:image" content="/ogimage.png" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<title>Nospace: Whitespace With Syntax For Types.</title>
Expand Down

0 comments on commit 8463980

Please sign in to comment.