Skip to content
Snippets Groups Projects
Commit a21dcaba authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Fix shareBaseUrl (add missing slash)

parent 73a2798a
No related branches found
No related tags found
No related merge requests found
Pipeline #8906 failed
......@@ -14,7 +14,7 @@
"expertMode": false,
"decimalCount": 2,
"httpsMode": false,
"shareBaseUrl": "https://demo.cesium.app",
"shareBaseUrl": "https://demo.cesium.app/",
"helptip": {
"enable": true,
"installDocUrl": {
......@@ -123,7 +123,7 @@
"expertMode": false,
"decimalCount": 2,
"httpsMode": false,
"shareBaseUrl": "https://demo.cesium.app",
"shareBaseUrl": "https://demo.cesium.app/",
"helptip": {
"enable": true,
"installDocUrl": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment