From ff1bfe4912180a4a53783647e18c0acd859efde7 Mon Sep 17 00:00:00 2001 From: Mohammed Rizwan Khan Date: Mon, 15 Apr 2024 17:05:32 +0200 Subject: [PATCH] Update .env to redirect to repo page --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 54f6e0b..c6c05dd 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -VITE_BASE_URL=/ +VITE_BASE_URL=/mapswipe-web/ VITE_PRIVACY_POLICY_URL='https://mapswipe.org/{locale}/privacy/' VITE_IMPRINT_URL='https://heigit.org/imprint/' VITE_COMMUNITY_DASHBOARD_URL='https://dev-community.mapswipe.org' @@ -24,4 +24,4 @@ VITE_THEME_LIGHT_NEUTRAL="#272727" # App Attribution VITE_APP_NAME="MapSwipe4Web" VITE_APP_ATTRIBUTION_TITLE='Heidelberg Institute for Geoinformation Technology | HeiGIT gGmbH' -VITE_APP_ATTRIBUTION_URL='https://heigit.org' \ No newline at end of file +VITE_APP_ATTRIBUTION_URL='https://heigit.org'