Hi. I didnt find that answear i want. So the quiestion is this:
I have a website (storage, domain etc) its live and working but i want to update. I made a fresh webdesign and site with v0 and now i wondering how to connect these 2. There is any process what i can to for this? How to export it from vercel, and what is the best way to upload it with ftp and make it work? (if i just upload i only see the folder struction )
Hey there @justkopi. Not sure on how v0 built your site, but I’m going to assume it used Next.js as the framework. If so you’ll need to host it somewhere that can support Next.js. Vercel (and v0) makes this super easy to deploy everything. If you’d consider using Vercel to host everything you should be able to point your domain to your site within your project settings. You can of course still self-host if that’s the route you want to take. Here’s their docs on self-hosting: Building Your Application: Deploying | Next.js
Let me know though if any of my assumptions above are incorrect. Happy to help!
1 Like