Skip to content

Commit

Permalink
feat: 6차 OG 태그 반영
Browse files Browse the repository at this point in the history
feat: 6차 OG 태그 반영
  • Loading branch information
klmhyeonwoo authored Jan 29, 2024
2 parents 29b4ba6 + 987d434 commit 30e1048
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,10 @@
"vitest": "^0.34.6"
},
"reactSnap": {
"source": "./dist",
"include": [
"/",
"/details"
"source": "dist",
"puppeteerArgs": [
"--no-sandbox",
"--disable-setuid-sandbox"
]
},
"homepage": "./"
}
}
1 change: 0 additions & 1 deletion src/components/layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export const GlobalLayout = () => {
<Fragment>
<Helmet>
<meta property="og:type" content="website" />
<meta property="og:url" content="http://praise-up.app/" />
<meta property="og:title" content="이미지로 소통하며 칭찬 주고 받기" />
<meta
property="og:image"
Expand Down

0 comments on commit 30e1048

Please sign in to comment.