Skip to content

Commit

Permalink
fix: update site metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerzl committed Dec 29, 2023
1 parent 3f6f46c commit 571b216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion pages/index/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ inject();
injectSpeedInsights({});

const Page: Component = () => {

return (
<div class="px-6 py-[8vh] max-w-[76ch] mx-auto xl:text-lg prose-invert dark">
<Hero />
Expand Down
4 changes: 2 additions & 2 deletions renderer/_default.page.server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ const render = (pageContext: PageContext) => {

const { documentProps } = pageContext.exports
const title = (documentProps && documentProps.title) || 'qwerzl'
const description = (documentProps && documentProps.description) || 'qwerzl'
const description = (documentProps && documentProps.description) || ':-)'

return escapeInject`<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="author" content="qwerzl" />
<meta property="og:title" content="qwerzl" />
<meta property="og:title" content="qwerzl's Website" />
<meta property="og:image" content="https://avatars.githubusercontent.com/u/46770502?v=4" />
<meta property="description" content="${description}" />
<meta property="og:description" content="${description}" />
Expand Down

1 comment on commit 571b216

@vercel
Copy link

@vercel vercel bot commented on 571b216 Dec 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.