if you do `next build` and it'll show which routes are considered static ``` ○ (Static) prerender

if you do next build and it'll show which routes are considered static
○  (Static)   prerendered as static content
●  (SSG)      prerendered as static HTML (uses getStaticProps)
ƒ  (Dynamic)  server-rendered on demand
Was this page helpful?