0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

GitHub Pagesでog:image設定した画像が公開されないとき

Last updated at Posted at 2024-12-16

沼ったけど、自分の場合は以下が原因でした。

NG例

<meta property="og:image" content="img/og-image-top.png" />

正解例

<meta property="og:image" content="https://sotanengel.github.io/image-webp-converter-wasm/img/og-image-top.png" />

相対パスじゃダメなんですね〜

検証に使ったサイト

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?