清单错误:错误:输入文件的标头损坏:glib:SVG没有元素

时间:2019-03-27 07:05:16

标签: gatsby

在“ npm run development”上,标题出现错误。

gatsby-config.js:

      resolve: `gatsby-plugin-manifest`,
      options: {
        name: config.title,
        short_name: config.shortName,
        description: config.description,
        start_url: config.pathPrefix,
        background_color: config.backgroundColor,
        theme_color: config.themeColor,
        display: config.display,
        icon: config.favicon,
        include_favicon: true,
      },

0 个答案:

没有答案