This page is statically generated and does not update until redeployed. You'll notice that the "Page generated on:" date doesn't change until the website is redeployed. Use the "Regenerate site" link below to redeploy.
Some of the effects of SSG:
With `fallback: true`:
Slugs not explicitly handled by `getStaticPaths` for static generation can be statically generated upon first visit. Try it out by visiting some non-sense url like:
nonsensical SSG URLSubsequent visits to this weird URL will then serve up the statically generated version.
P.s. because I use `next/link` component here automatic prefetching is enabled and it will trigger the initial static generation automagically.This implementation uses getStaticProps and getStaticPaths.
Page generated on: 11/20/2024, 5:59:20 AM