Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix to allow non-md pages to render correctly #79

Merged
merged 1 commit into from
Dec 4, 2020

Conversation

cmacmillan
Copy link
Contributor

Gatsby-gitbook-starter uses 'gatsby-plugin-layout' to drape ./src/templates/docs.js overtop of all the pages on the site. This creates an issue where if a user tries to create a page using either exports.createPages or by adding a file to src/pages (as described here https://www.gatsbyjs.com/docs/recipes/pages-layouts/) the page will just render as empty because this function returns null.

You can see that a user reported this issue here #55

…the effect of allowing items in the src/pages folder to render properly.
@praveenweb praveenweb merged commit ff1f3ad into hasura:master Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants