gamegos / cesi

CeSI is a web interface for managing multiple supervisors from the same place.
GNU General Public License v3.0
571 stars 184 forks source link

Support PUBLIC_URL for the api page #78

Closed brglng closed 4 years ago

brglng commented 4 years ago

Support PUBLIC_URL for the api page, so that the cesi works when it is hosted under a subdirectory behind a reverse proxy. Setting PUBLIC_URL environment variable before yarn build will just work.

f9n commented 4 years ago

Thanks 👍