1$ npm install gatsby-plugin-create-client-paths
2
3or
4
5$ yarn add gatsby-plugin-create-client-paths
6
7
8 // add to gatsby-config.js
9 {
10 resolve: `gatsby-plugin-create-client-paths`,
11 options: { prefixes: [`/app/*`] },
12 },