📌  相关文章
📜  “gatsby-plugin-manifest”的无效插件选项:-“value”必须至少包含 [icon, icons] 之一 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:35.898000             🧑  作者: Mango

代码示例1
In your options for the gatsby-plugin-manifest, point to the directory of your logo    

      resolve: `gatsby-plugin-manifest`,
      options: {
        icon: `src/assets/images/logo.png`, // This path is relative to the root of the site.
            },