Feature Request / Documentation Help - Define Location of Static Pages as Something Other than the 'pages' folder #35727
-
As the title states, I'm unsure if it is possible to customize the folder Gatsby looks into to generate static pages. Apparently, this seems to be fixed without the ability to change from the If it is not, it is a feature I'd love to have. My use case: deploying to Netlify and we have an Ultimately, I wouldn't care if either:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Can be done by using
You can even have several instances of the plugin to split the page generation or ignore some files by using the
|
Beta Was this translation helpful? Give feedback.
Can be done by using
gatsby-plugin-page-creator
. You can easily customize the origin of the/pages
folder by:You can even have several instances of the plugin to split the page generation or ignore some files by using the
ignore
option: