📅  最后修改于: 2022-03-11 15:02:35.898000             🧑  作者: Mango
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.
},