#Routing to other pages on vercel

13 messages ยท Page 1 of 1 (latest)

sudden token
bitter boughBOT
random oxide
#

Can you provide some code?

#

This isn't enough info to go off of.

#

Looks like the vercel project is private as well.

sudden token
#

The vercel project should be showing now. Thanks

#

{ "version": 2, "rewrites": [{ "source": "/(.*)", "destination": "/src" }] }

vercel.json

random oxide
#

Oh, you're trying to run 2.0 on Vercel

#

That won't work how you'd expect

#

You'll need to be on 3.0 to do that

#

and that website template hasn't been updated for 3.0 yet, unfortunately.

sudden token
#

Okay sure thank you