Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 66e3c7c
Author: ROTO0504 <[email protected]>
Date:   Thu Nov 7 12:37:52 2024 +0900

    🚧 絶対パスへ変更

commit 4f7d49d
Author: ROTO0504 <[email protected]>
Date:   Thu Nov 7 12:06:31 2024 +0900

    🚧 public ogpImageを移動

commit 6a62355
Author: ROTO0504 <[email protected]>
Date:   Thu Nov 7 11:57:56 2024 +0900

    ➖  react-helmet 削除

commit e910bc8
Author: ROTO0504 <[email protected]>
Date:   Wed Nov 6 11:34:30 2024 +0900

    🚧 title など変更

commit aa6ca71
Author: ROTO0504 <[email protected]>
Date:   Wed Nov 6 11:23:47 2024 +0900

    🚧 OGPテスト
  • Loading branch information
ROTO0504 committed Nov 7, 2024
1 parent 6106ebf commit 6818830
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!doctype html>
<html lang="ja">
<head prefix="og: https://ogp.me/ns#">
<head prefix="og: https://ogp.me/ns#">
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
Expand All @@ -13,8 +14,9 @@
<meta property="og:title" content="Wakaba | Top" />
<meta property="og:description" content=" ページの説明文" />
<meta property="og:site_name" content="Wakaba" />
<meta property="og:image" content="/public/img/ogp/ogp_main.png" />
<meta property="og:image" content="https://wkb.pages.dev/ogp.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://wkb.pages.dev/ogp.png" />
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added public/ogp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6818830

Please sign in to comment.