Open mildronize opened 1 year ago
Dealing with Next.js 13 with lack of support live reloading hashicorp/next-mdx-remote
The original template from this project is already migrated to Next.js 13 and they solve the problem of live reload content by Live Reload from ContentLayer , as as described in the code
https://github.com/hashicorp/next-mdx-remote
npx @next/codemod new-link .
I've found the solution on Next.js https://github.com/hashicorp/next-remote-watch/pull/52
This still not working for me.
Dealing with Next.js 13 with lack of support live reloading hashicorp/next-mdx-remote
The original template from this project is already migrated to Next.js 13 and they solve the problem of live reload content by Live Reload from ContentLayer , as as described in the code
Ref
https://github.com/hashicorp/next-mdx-remote
npx @next/codemod new-link .