Skip to content

Commit

Permalink
update ogp and refresh lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
neila committed Jan 16, 2024
1 parent d4ca1f5 commit 37b9dd2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "ethereumjapan.org",
"name": "ethtokyo.com",
"version": "1.0.0",
"description": "Ethereum JP website",
"main": "src/pages/_app.tsx",
"repository": {
"type": "git",
"url": "git+https://github.com/ethereumjp/site.git"
"url": "git+https://github.com/ethereumjp/ethtokyo-website.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ethereumjp/site/issues"
"url": "https://github.com/ethereumjp/ethtokyo-website/issues"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Expand Down
2 changes: 1 addition & 1 deletion src/components/layouts/base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const metadata = {
siteName: "ethtokyo.com",
images: [
{
url: "https://ethereumjapan.org/logo/ej.png",
url: "https://ethtokyo.com/logo/ETHTokyoLogo.png",
width: 800,
height: 600,
},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const CustomDocument = (props: NoncedDocument) => {
<meta property="og:title" content="ETHTokyo 2024" />
<meta
property="og:image"
content="https://ethereumjapan.org/images/hero-panda.png"
content="https://ethereumjp.github.io/ethtokyo-website/images/hero-top.png"
/>
<meta
property="og:description"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7476,9 +7476,9 @@ __metadata:
languageName: node
linkType: hard

"ethereumjapan.org@workspace:.":
"ethtokyo.com@workspace:.":
version: 0.0.0-use.local
resolution: "ethereumjapan.org@workspace:."
resolution: "ethtokyo.com@workspace:."
dependencies:
"@biomejs/biome": ^1.4.1
"@emotion/babel-plugin": ^11.11.0
Expand Down

0 comments on commit 37b9dd2

Please sign in to comment.