ยท 1 min read

๐Ÿ› Troubleshooting NextJS Blog Posts

My blog post is appearing on on localhost but not published. Here are the steps that I'm going through to troubleshoot and hopefully resolve

This is a bit of a stream of consciousness

So this one is a bit strange. Everything is fine on my local but when I push using the vercel CI/CD by merging main. Nothing happens.

Going to look at the build files on vercel to see if anything is actually there.

Itโ€™s there. Is it not appearing because I donโ€™t have " around the meta values?

Next up getting pagination back

Honestly looking at it, Iโ€™m a bit unhappy using NextJS and this blog template. Itโ€™s hard to style and I feel like I donโ€™t have very much flexibility. The docs are very good and Iโ€™m looking for a reason to get away from GoDaddy since my MediaTemple account got migrated to it.

So Hugo and Netlify, here I come!

โœŒ๐Ÿผ ยฎ

Back to Blog
Migrating from NextJS to Astro

Migrating from NextJS to Astro

After two years with Next.js and hitting UI limitations, I switched to Astro, impressed by its performance stats and AstroWind's capabilities, finding it a refreshing alternative.