Next-js

  • Published on
    ## background recently I migrated my Blog from Hugo to [timlrx/tailwind-nextjs-starter-blog](https://github.com/timlrx/tailwind-nextjs-starter-blog) I deploy the blog via Netlify and serve it via Cloudflare proxy. ## how to see the problem open browser console, you'll see errros like this: ``` 4f0b14e9-f6a6045a21104f01.js:1 Uncaught Error: Minified React error #425; visit https://reactjs.org/docs/error-decoder.html?invariant=425 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. ...
  • Published on
    https://github.com/timlrx/tailwind-nextjs-starter-blog https://github.com/timlrx/pliny <TOCInline toc={props.toc} asDisclosure /> ## migration repo ```shell git checkout -b hugo git push origin hugo git branch -D main git checkout --orphan main rm -rf ./* rm -rf .forestry .gitignore .gitmodules cp -rav ~/repo/blog/nextjs-ttys3.dev/* . ...