📅  最后修改于: 2022-03-11 15:04:04.949000             🧑  作者: Mango
$ npm install gatsby-plugin-create-client-paths
or
$ yarn add gatsby-plugin-create-client-paths
// add to gatsby-config.js
{
resolve: `gatsby-plugin-create-client-paths`,
options: { prefixes: [`/app/*`] },
},