Our app lives under the path, for example some_deploy.vercel.app/web
For the preview URL, can we set this to the path? We currently get a 404 on our previews because the root /
is blank.
Our app lives under the path, for example some_deploy.vercel.app/web
For the preview URL, can we set this to the path? We currently get a 404 on our previews because the root /
is blank.
Hey @spence1115! You could use redirects or rewrites to send users from /
to /web
automatically.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.