0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Github-Pagesで画像が表示されない件

0
Posted at

なんかhugoで作ったサイトをGithub-Pagesで公開しようと思ったら画像が綺麗さっぱり表示されてなかったから原因解明していこうと思う。
Snip20190224_5.png
↑実際はこうなってほしいのに
↓こうなる
Snip20190224_6.png
github-pagesを開くとテキストやurlの内容は更新されていたので、おそらくhugo側に原因がある。
でhugoコマンドを実行してできるpublicディレクトリのindex.htmlを確認してみた。
Snip20190224_7.png
明らかにこの//example.org/がいらなかったので消したら全部解決した。
なんでこんないらんものついてくるんや...

0
1
2

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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?