From 613c1b3cfd4d8adc593a19353e5aa196ce905c80 Mon Sep 17 00:00:00 2001 From: Tobias Kohr Date: Fri, 18 Oct 2024 14:57:13 +0200 Subject: [PATCH] fix(staging): fix VITE_ELEVATION_URL for gh-pages --- .env.staging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.staging b/.env.staging index 76fca60e..adbd9dca 100644 --- a/.env.staging +++ b/.env.staging @@ -37,7 +37,7 @@ VITE_MODE_LIB=true # MyMaps / Draw VITE_MYMAPS_URL="https://migration.geoportail.lu/mymaps" VITE_ARROW_MODEL_URL="https://migration.geoportail.lu/static-ngeo/models/arrow5.glb" -VITE_ELEVATION_URL="/raster" +VITE_ELEVATION_URL="https://migration.geoportail.lu/raster" # Auth VITE_MYACCOUNT_URL="https://myaccount.geoportail.lu"