fabe/gatsby-universal

Icons not found

gjhltn opened this issue · 2 comments

With a new project,

 gatsby new my-site https://github.com/fabe/gatsby-universal

I do gatsby build and gatsby serve

the html that is generated references eg icons/apple-touch-icon-57x57.png etc... but those files don't seem to exist. I can't find a subfolder icons in public at all. What am I doing wrong?

Ignore me, im an idiot

node scripts/favicons
fabe commented

Hey! Yep, it's better to use the npm scripts (e.g. yarn build/npm run build) instead of directly using the gatsby-cli. Check out the usage section in the readme and let me know if you have any other questions 👍