mildronize / blog-next

My Current Version Site
https://thadaw.com
MIT License
0 stars 0 forks source link

Upgrade to Next.js 13 #24

Open mildronize opened 1 year ago

mildronize commented 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

Ref

https://github.com/hashicorp/next-mdx-remote

npx @next/codemod new-link .

mildronize commented 11 months ago

I've found the solution on Next.js https://github.com/hashicorp/next-remote-watch/pull/52

This still not working for me.