You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My gatsby site works without issues when I run it with gatsby develop. However, the static version I deployed (made with gatsby build) does not render the markdown content correctly. There are no errors or warnings when running the build command, and no errors in the browser console.
Upon inspection of browser requests, it looks like the markdown content is present when the static page is fetched and is then being removed after the page renders fully. Screenshots below.
Steps to reproduce
Repository Link. The source branch contains the project source code and the master branch is the rendered static site deployed to Github pages.
Deployed Site link. The deployment was done as per the Gatsby guide on deploying to Github pages.
Expected result
Actual result
This screenshot of the Chrome Inspector window shows the rendered markdown is indeed present on initial page load but is being removed after full render.
Description
My gatsby site works without issues when I run it with
gatsby develop
. However, the static version I deployed (made withgatsby build
) does not render the markdown content correctly. There are no errors or warnings when running the build command, and no errors in the browser console.Upon inspection of browser requests, it looks like the markdown content is present when the static page is fetched and is then being removed after the page renders fully. Screenshots below.
Steps to reproduce
Repository Link. The
source
branch contains the project source code and themaster
branch is the rendered static site deployed to Github pages.Deployed Site link. The deployment was done as per the Gatsby guide on deploying to Github pages.
Expected result
Actual result
This screenshot of the Chrome Inspector window shows the rendered markdown is indeed present on initial page load but is being removed after full render.
Environment
The text was updated successfully, but these errors were encountered: