Skip to content

Commit

Permalink
feat: adding og meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Sep 13, 2023
1 parent fa7d556 commit 9f83bed
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions layouts/Head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ export default function Head() {
/>
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="icon" href="assets/logo.svg" />
<meta property="og:title" content="Bati" />
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://raw.githubusercontent.com/batijs/bati/main/doc/bati.png"
/>
<meta property="og:url" content="https://batijs.github.io" />
<meta
property="og:description"
content="Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want."
/>
</>
);
}
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f83bed

Please sign in to comment.