在“ 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,
},