📜  gatsby-plugin-create-client-paths - Javascript 代码示例

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

代码示例1
$ 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/*`] },
    },