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
This would give us lots of benefits like hot reloading, automatic loading of pages/**/*.mdx files, and a number of cool features listed in the project's README.
The text was updated successfully, but these errors were encountered:
I made a good amount of progress on this but I really need to figure out how to access frontmatter, either from within an mdx file or from components.wrapper or something. I tried the recommended instructions but if remark-frontmatter and remark-mdx-frontmatter are working, I can't access {frontmatter.title} or {title}.
Would be nice to understand how to debug this problem too.
https://github.com/wooorm/xdm
This would give us lots of benefits like hot reloading, automatic loading of
pages/**/*.mdx
files, and a number of cool features listed in the project'sREADME
.The text was updated successfully, but these errors were encountered: