otoyo / astro-notion-blog

🚀 Begin building your very own Notion Blog with Astro.
https://astro-notion-blog.pages.dev/
MIT License
766 stars 499 forks source link

Mentionの矢印が表示されていない問題を修正 #190

Closed mosugi closed 9 months ago

mosugi commented 9 months ago

前回は画像ダウンロードに関する問題を修正して頂きありがとうございました。 メンションブロックの矢印画像のパスが誤っており、表示されていない問題を見つけましたのでPRを送ります。

問題の詳細

矢印画像が表示されていない

image

.src が無いためobjectが渡されている

<img src="[object Object]" class="icon-link" alt="Arrow icon of a page link" data-astro-cid-63pa2ukg="">
vercel[bot] commented 9 months ago

Someone is attempting to deploy a commit to a Personal Account owned by @otoyo on Vercel.

@otoyo first needs to authorize it.

vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
astro-notion-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 24, 2024 9:07am
otoyo commented 9 months ago

修正ありがとうございます!