#100days 17 - The next.js migration continues! I'm actually feeling quite close to having something working now, I fixed a lot of things that were just straight up broken today like watch posts and seo titles.

There is still quite a lot that is missing - but not actually broken, so I am tempted to start building and deploying some of this to a test site. I am slightly worried that statically generating everything will make the build process excessively slow, even though I have tried to do some caching now, but luckily I can configure all of that - perhaps statically generating the most recent 50 posts and dynamically generating the rest makes sense.