-
Notifications
You must be signed in to change notification settings - Fork 234
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
gatsby-mdx
deprecated, use gatsby-plugin-mdx
instead
#27
Comments
I talked to @jlengstorf today and he said that using There is one additional change that I noticed. in
Instead of
|
For the future generations. I was getting messages in the console: File not found hello-world Every time I would refresh the page I got those messages. I was googling and couldn't find anything so I sat down to carefully check my code against the code in this repo. It was driving me crazy because they matched exactly. Finally I checked the As soon as I removed it the messages went away. I (am just assuming) that the 🤷♂ |
Added to the course errata. Thanks @denvercoder! |
* Bump eslint-utils from 1.4.0 to 1.4.2 Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.2. - [Release notes](https://github.com/mysticatea/eslint-utils/releases) - [Commits](mysticatea/eslint-utils@v1.4.0...v1.4.2) Signed-off-by: dependabot[bot] <[email protected]> * Errata: Unwrap body in the query, fixes FrontendMasters#27 * Add language to code block * Add code snippets to the errata * Update the titles for the errata * Upgrade packages * Adds CodeSandbox links * Add notes about codesandbox vs running on your computer * Updated notes about codesandbox Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Grabanski <[email protected]>
Using
gatsby-mdx
, gatsby was not picking up.mdx
files added to thepages
directory but it looks like you can just installgatsby-plugin-mdx
and use that ingatsby-config.js
with no other modifications.The text was updated successfully, but these errors were encountered: