gatsby-plugin-manifest: Include required config in gatsby-config.js #28504
-
I'm a Gatsby beginner. I was going through the Gatsby interactive command-line setup and chose the 'Generate a manifest' option. After setup, I run This is because the required config that gatsby-plugin-manifest needs is not in gatsby-config.js. It is currently this that causes the problem:
My proposal is to include a basic config in gatsby-config.js if you choose the 'Generate a manifest' option during setup so you can run the project with no problems. Like this from the gatsby-plugin-manifest page:
This does require creation of the images folder and a default icon image. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks for highlighting that, we're aware of it and track it as a bug now here: #28613 |
Beta Was this translation helpful? Give feedback.
Thanks for highlighting that, we're aware of it and track it as a bug now here: #28613