hexo + GitHub pages 独自ドメインでの404エラー
静的サイトジェネレータ hexo を使って、GitHub Pagesにブログをデプロイしたところ、.github.io/blog/というパスで公開されたまでではよかったのだが、独自ドメインでの公開にてこずった。
アクセスすると真っ白けなので、chromeデバッグモードで表示したところ、
Failed to load resource: the server responded with a status of 404
がたんまりでていた。
独自ドメイン関連の設定はあっていたが、hexoの_config.ymlの以下エントリが原因だった模様。
アクセスするパスが想定外に /blog
ディレクトリ配下のjs,cssファイルを参照しようとしていた。
url: 'https://www.kanazw.com/'
root: /blog
url: 'https://www.kanazw.com/'
root: /
凡ミスでした。気づくのに数時間かかったけど、なんでこんななってたんだろ。
無事開通。 https://www.kanazw.com/
Author And Source
この問題について(hexo + GitHub pages 独自ドメインでの404エラー), 我々は、より多くの情報をここで見つけました https://qiita.com/kanazwk/items/d3ea6822e30c14c73293著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .