diff options
Diffstat (limited to 'src/pages/og/index.astro')
| -rw-r--r-- | src/pages/og/index.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/og/index.astro b/src/pages/og/index.astro index 8916dcd..bbde23d 100644 --- a/src/pages/og/index.astro +++ b/src/pages/og/index.astro @@ -84,8 +84,8 @@ const slugs = [ <h1>OGP 画像一覧({slugs.length} 枚)</h1> <div class="grid"> {slugs.map((slug) => ( - <a href={`/og/${slug}.png`} class="card"> - <img src={`/og/${slug}.png`} alt={slug} loading="lazy" /> + <a href={`/og/${slug}.jpg`} class="card"> + <img src={`/og/${slug}.jpg`} alt={slug} loading="lazy" /> <span>{slug}.png</span> </a> ))} |
