How can I set the index page of my Gatsby site to be one of the dynamically generated pages?
- 阅读更多 关于 How can I set the index page of my Gatsby site to be one of the dynamically generated pages?
问题 I have a Gatsby site that queries information from a Wordpress REST API with GraphQL to dynamically create the site pages. I'd like to set my index page to be the homepage that is being created dynamically i.e home.html I saw this post that was similar On Gatsby CMS how can i set the about page as a index page However, they have an about.js file that corresponds to their about page, meaning they can export it as a component and use it in index or they can even just copy the contents of that