diff --git a/web/.env.read_only b/web/.env.read_only index 4415e84..317ead0 100644 --- a/web/.env.read_only +++ b/web/.env.read_only @@ -1,4 +1,4 @@ # read_only mode: for deploying demo site # TODO: make this the deployed API url -VITE_API_URL = 'http://localhost:5001/api' -BASE_NAME = '/latent-scope' \ No newline at end of file +VITE_API_URL = 'https://api.latentscope.com/api' +BASE_NAME = '/' \ No newline at end of file