shuuya
@shuuya (柊也 宮田)

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

github 画像 反映されない

解決したいこと

現在githubでサイトを公開しようとしている者です。

画像が反映されず困っております。
わかるか方ご教授いただけると幸いです。

自身でやったこと
・github内で画像のアドレスをコピーし、htmlのheadに貼り付け。
その後、再度githubにhtmlを更新。

発生している問題・エラー

Failed to load resource: the server responded with a status of 404 ()
 https://miyatashuuya.github.io/portfolio.github.io/

自分で試したこと

・github内で画像のアドレスをコピーし、htmlのheadに貼り付け。
・cssのbackground-imgeに貼っている画像のURLもgiyhubのurlの変更。
その後、再度githubにhtmlを更新。

0

1Answer

仰っているのがCSSのbackground-image: url()のことであれば、リンクの指定が間違っているので

background-image: url(https://raw.githubusercontent.com/miyatashuuya/portfolio.githb.io/main/th__MG_9484_new.webp);

と変更すればとりあえずは治るのではないかと思います。

0Like

Your answer might help someone💌