From 4019ca5f008abec06a5dd238bebb68ba0edbd37f Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Sat, 30 Jul 2022 20:59:09 +0300 Subject: [PATCH] [#223] change the default prod backend url to relative path to support sub-path deployment --- ui/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/.env b/ui/.env index 6ac1b819..c983d07f 100644 --- a/ui/.env +++ b/ui/.env @@ -1,5 +1,5 @@ # all environments should start with 'PB_' prefix -PB_BACKEND_URL = / +PB_BACKEND_URL = ../ PB_PROFILE_COLLECTION = profiles PB_RULES_SYNTAX_DOCS = https://pocketbase.io/docs/manage-collections#rules-filters-syntax PB_INSTALLER_PARAM = installer