[x] I searched to see if the issue already exists.
[x] I inspected the verbose debug output with the -v, --verbose flag.
[ ] Are you an Up Pro subscriber?
Description
My NextJS static application is configured to serve from / while up always serves from /{stage}. Is it possible to serve from / instead without creating a stage endpoint without a domain?
Prerequisites
up upgrade
)-v, --verbose
flag.Description
My NextJS static application is configured to serve from
/
whileup
always serves from/{stage}
. Is it possible to serve from/
instead without creating a stage endpoint without a domain?Steps to Reproduce
-