open-sauced / landing-page

This is the new landing page for open sauced
https://opensauced.pizza
30 stars 28 forks source link

Bug: Prerendering erros for /blog #258

Open bdougie opened 3 months ago

bdougie commented 3 months ago

Describe the bug

Noticing a consistent warning in the build for prerendering. This link is referenced is below and every blog post is listed as problematic.

https://app.netlify.com/sites/opensauced-landing/deploys/6631cd162cb0ff7ecaaadc3f#L645

https://nextjs.org/docs/messages/prerender-error

I believe Next.js or Netlify handles this and still allows for a build to succeed. however I am sure we are missing out on some SEO optimizations.

Steps to reproduce

  1. Locally run npm run build
  2. Note the errors at the end

Do you have any images or screen captures?

Screenshot 2024-04-30 at 10 38 24 PM

Code of Conduct

Contributing Docs