Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

5.0.0

Latest
Compare
Choose a tag to compare
@jescalan jescalan released this 28 Oct 22:41
7568c88

With this release, the .mdx-data folder has been moved to .next/cache/mdx-data. This change eliminates a number of issues that were happening with builds on vercel, and is one less folder you need to see/ignore in your project. I have marked this release as major because there are some recommended changes:

  • You can now delete the .mdx-data folder
  • You no longer need to add .mdx-data to your .gitignore
  • If you are making this change, you will want to inform contributors that they should also delete the .mdx-data folder, as it will potentially show up in a commit if its removed from .gitignore but still present locally
  • I'd recommend removing the .next folder and re-generating it after this change to make sure the upgrade goes smoothly

Commit Log