Skip to content

Commit

Permalink
Change API Url and home links
Browse files Browse the repository at this point in the history
  • Loading branch information
numahell committed Mar 16, 2023
1 parent 9c7ca08 commit b8d7fd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion frontend/customization/config/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"enableOutdoor": true,
"enableTouristicEvents": true,
"portalIds": [1],
"apiUrl": "https://geotrekdemo.ecrins-parcnational.fr/api/v2",
"apiUrl": "https://demo-admin.geotrek.fr/api/v2",
"baseUrl": "http://localhost:3000",
"fallbackImageUri": "https://demo-rando.geotrek.fr/images/placeholder.png",
"touristicContentLabelImageUri": "https://geotrek.fr/assets/img/geotrek-rando.svg",
Expand Down
9 changes: 4 additions & 5 deletions frontend/customization/config/home.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"welcomeBanner": {
"carouselUrls": [
"https://cdn.pixabay.com/photo/2017/06/29/18/40/background-2455710_1280.jpg",
"https://images.pexels.com/photos/869258/pexels-photo-869258.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260",
"https://images.pexels.com/photos/4275885/pexels-photo-4275885.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260"
"https://demo-rando.geotrek.fr/media/paperclip/trekking_trek/2849/cascade_dars_a_aulus-les-bains-cc-by-sa-pierre-gouget.jpg.800x800_q85_watermark-d41d8cd98f00b204e9800998ecf8427e.jpg",
"https://demo-rando.geotrek.fr/media/paperclip/trekking_trek/10443/1083px-arrien-en-bethmale_general_view.JPG.800x800_q85_watermark-d41d8cd98f00b204e9800998ecf8427e.jpg"
],
"shouldDisplayText": true
},
Expand All @@ -15,7 +14,7 @@
{
"titleTranslationId": "home.territoryTreks",
"iconUrl": "/icons/practice-pedestrian.svg",
"ids": ["2", "582", "586", "501", "771", "596"],
"ids": ["2", "2849", "10443"],
"type": "trek"
},
{
Expand All @@ -27,7 +26,7 @@
{
"titleTranslationId": "home.outdoor",
"iconUrl": "/icons/practice-outdoor.svg",
"ids": ["65", "12", "79"],
"ids": ["1"],
"type": "outdoor"
},
{
Expand Down

0 comments on commit b8d7fd5

Please sign in to comment.