Skip to content

Commit

Permalink
chore: add og-image size meta
Browse files Browse the repository at this point in the history
  • Loading branch information
ooooorobo committed Aug 12, 2023
1 parent 7af84b7 commit 5e87609
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/renderer.tsx
Expand Up @@ -14,6 +14,8 @@ const defaultHtml = (assetPath: string, content: string) => `
<meta property="og:title" content="반다라트">
<meta property="og:description" content="부담감은 적게, 목표는 크게">
<meta property="og:image" content="${assetPath}/image/ogimage.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<title>반다라트</title>
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard-dynamic-subset.css" />
<link rel="stylesheet" href="${assetPath}/styles.css" />
Expand Down

0 comments on commit 5e87609

Please sign in to comment.