Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	package.json
#	pnpm-lock.yaml
  • Loading branch information
SebiBasti committed Feb 3, 2024
2 parents 6784689 + 2ea33f8 commit 8b55b76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ export function Layout({ children }: PropsWithChildren) {
return (
<>
<Head>
<meta
name="google-site-verification"
content="7a25zmozsn29_Xie0xfVx-inNXz4KZOjvTO2C-FJ0iM"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
</Head>
Expand Down

0 comments on commit 8b55b76

Please sign in to comment.