Gatsby をダウンロードしてファイルからテンプレート イメージを削除すると、エラー メッセージが表示され、サーバーが動作しません。画像を元に戻すと、再び機能します。ここで何が起こっているのか本当にわかりません。
そこに画像を入れないとテンプレートを使用できないのはなぜですか。画像を削除すると完全に壊れてしまうようです。
これらは私が得るエラーメッセージです:
ERROR #11321 PLUGIN
> icon (src/images/gatsby-icon.png) does not exist as defined in gatsby-config.js.
> Make sure the file exists relative to the root of the site.
ERROR
> There was an error compiling the html.js component for the development server.
> See our docs page on debugging HTML builds for help https://gatsby.dev/debug-html
> ENOENT: no such file or directory, open 'src/images/gatsby-icon.png'
38 |
39 | if (cacheBusting !== "none") {
> 40 | iconDigest = (0, _gatsbyCoreUtils.createContentDigest)(_fs["default"].readFileSync(pluginOptions.icon));
| ^
41 | }
42 | '''