Skip to content

Commit

Permalink
[chore] add meta description
Browse files Browse the repository at this point in the history
  • Loading branch information
LeahHirst committed Nov 12, 2024
1 parent a33c4ae commit 3245640
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/site/src/layouts/shell.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const { title } = Astro.props;
<meta property="og:title" content={title} />
<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="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 name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<title>{title}</title>
Expand All @@ -21,7 +22,7 @@ const { title } = Astro.props;
</style>
<script type="text/partytown" async src="https://www.googletagmanager.com/gtag/js?id=G-05ZJ9FXQC2"></script>
<script type="text/partytown">
window.dataLayer = window.dataLayer || [];
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

Expand Down

0 comments on commit 3245640

Please sign in to comment.