Skip to content

Commit

Permalink
fix: Update static urls (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone committed Sep 3, 2024
1 parent a6dd118 commit 224ac46
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/constants/SITE_METADATA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ export const SITE_METADATA = {
description:
"Webエンジニア/機械エンジニア 大石 貴則 (@bicstone) のポートフォリオサイトです。",
author: "bicstone",
logoImage: `${siteUrl}/images/icon_circular.png`,
ogpImage: `${siteUrl}/images/og_image.png`,
logoImage: "https://static.bicstone.me/icon_circular.png",
ogpImage: "https://static.bicstone.me/og_image.png",
firstName: "Takanori",
lastName: "Oishi",
defaultLanguage: "ja",
tileColor: "#81c784",
maskColor: "#2d1e1e",
profileLink:
"https://bicstone.notion.site/Oishi-Takanori-8d96378d367e4d61833cd01a5357b4bc",
profileLink: "https://bicstone.me/cv",
} as const satisfies Record<string, string>;

0 comments on commit 224ac46

Please sign in to comment.