We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
yarn run dev
Steps to reproduce:
apps/blog
http://localhost:3000/en/posts/what-is-memebattle
apps/blog/content/posts/what-is-memebattle.en.mdx
If change a file .mdx, run production build (yarn run build) and then run Blog in development mode (yarn run dev) - the Blog run without errors.
.mdx
yarn run build
Possible workaround contentlayerdev/contentlayer#506 (comment)
OS: Ubuntu 23.04.
The text was updated successfully, but these errors were encountered:
[#402]: Fix blog dev command
aa0ba4c
[MemeBattle#402] Blog: fix yarn run dev
ebcfc51
[#402]: Fix blog dev command (#407)
2573ae1
Successfully merging a pull request may close this issue.
Steps to reproduce:
yarn run dev
inapps/blog
)http://localhost:3000/en/posts/what-is-memebattle
apps/blog/content/posts/what-is-memebattle.en.mdx
If change a file
.mdx
, run production build (yarn run build
) and then run Blog in development mode (yarn run dev
) - the Blog run without errors.Possible workaround contentlayerdev/contentlayer#506 (comment)
OS: Ubuntu 23.04.
The text was updated successfully, but these errors were encountered: