apex/up

Possible to statically serve up from root endpoint instead of /stage?

0xe512 opened this issue · 1 comments

Prerequisites

  • I am running the latest version. (up upgrade)
  • I searched to see if the issue already exists.
  • 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?

Steps to Reproduce

Saw it's not possible due to stage being required by API Gateway