We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05474e3 commit 9db8b00Copy full SHA for 9db8b00
packages/gatsby-source-filesystem/README.md
@@ -119,6 +119,7 @@ createFilePath({
119
// The parameter from `onCreateNode` should be passed in here
120
getNode,
121
// The base path for your files.
122
+ // It is relative to the `options.path` setting in the `gatsby-source-filesystem` entries of your `gatsby-config.js`.
123
// Defaults to `src/pages`. For the example above, you'd use `src/content`.
124
basePath,
125
// Whether you want your file paths to contain a trailing `/` slash
0 commit comments