SSG (1/6)
What is SSG?
    SSG (Static Site Generation) is a rendering method in Next.js where HTML pages are generated at build time (when you deploy your application) rather than on each request. These pre-rendered pages are then served to users, offering fast load times, better performance, and improved SEO.