Answers for "gatsby-plugin-create-client-paths"

1

gatsby-plugin-create-client-paths

$ 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/*`] },
    },
Posted by: Guest on October-15-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language