Next.JS Server Handler

@njs2024 I don’t use Next.js or work for Netlify, but from what I’ve seen in my travels, I believe that more recent versions of Next.js don’t produce a “static site” unless you’re explicitly doing an “export”.

See posts like:

So it may seem it’s a “static site”, but how it has been implemented to ensure various Next.js functionality has meant it’s no longer actually one.

1 Like