When I download Gatsby and remove the template images from the file, I get error messages, and the server does not work. When I throw the images back in it works again. I really have no idea what is going on here.
Why can't use the template without the images they put in there, it seems to totally break after removing the images.
These are error messages I get:
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 | '''