-
SummaryIs there anything else that is necessary for me to deploy besides the. next folder? Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Answered by
icyJoseph
Apr 22, 2025
Replies: 1 comment 9 replies
-
You need your public folder too. Are you using |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's an article exploring various React production apps, and a bunch of entries showcase performance boosts using Server Components.
@bbhxwl did you manage to deploy? Good to always use the same Node.js version on your dev environment as in your production environment
If you did mana…