vercel / next-learn

Learn Next.js Starter Code
https://next-learn-dashboard.vercel.sh/
MIT License
3.85k stars 1.94k forks source link

Docs: Chapter 8 Static and Dynamic Rendering #603

Closed VolodymyrYeromin closed 5 months ago

VolodymyrYeromin commented 9 months ago

What is the improvement or update you wish to see?

There is a wrong image for static site generation on this page: https://nextjs.org/learn/dashboard-app/static-and-dynamic-rendering#what-is-static-rendering

Is there any context that might help us understand?

Wrong image is only for light theme, for dark theme everything seems fine:

https://nextjs.org/_next/image?url=%2Flearn%2Flight%2Fstatic-site-generation.png&w=1920&q=75&dpl=dpl_2pzTKpXttx4NaTqn9PKjkysjHU5A

https://nextjs.org/_next/image?url=%2Flearn%2Fdark%2Fstatic-site-generation.png&w=1920&q=75&dpl=dpl_2pzTKpXttx4NaTqn9PKjkysjHU5A

Does the docs page already exist? Please link to it.

https://nextjs.org/learn/dashboard-app/static-and-dynamic-rendering#what-is-static-rendering

leerob commented 5 months ago

Thank you!