Use Nuxt generate to create static files that are served statically (will create SSG, no running server with this command).Use Nuxt build for the SSR option (will create a server that runs and processes requests).