Understanding output: "standalone" #84940
-
SummaryHi, I’m trying to get a better understanding of the I have a few questions:
I’d love to hear from the team and the community about real-world usage, tips, and best practices for this feature. Thanks! Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Not necessary. I don't think there's any +/- recommendation here. Vercel recognizes frameworks, not just Next.js but Nuxt, SvelteKit, even Hono, etc, and knows what strategy fits best to deploy on their platform.
No to both, but I guess, maybe you wanna make sure that things get traced correctly, https://nextjs.org/docs/app/api-reference/config/next-config-js/output, for most apps this shouldn't be an issue.
Also explained here, https://nextjs.org/docs/app/api-reference/config/next-config-js/output :) |
Beta Was this translation helpful? Give feedback.
Not necessary. I don't think there's any +/- recommendation here. Vercel recognizes frameworks, not just Next.js but Nuxt, SvelteKit, even Hono, etc, and knows what strategy fits best to deploy on their platform.
No to both, but I guess, maybe you wanna make sure that things get traced correctly, https://nextjs.org/docs/app/api-reference/config/next…