Skip to content

Commit 7edde50

Browse files
authored
Fix Google Map Link
1 parent ca9e276 commit 7edde50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/configs/default.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@
883883
"navigation": [
884884
{
885885
"name": "Google Maps",
886-
"url": "https://www.google.com/maps/place/{x},{y}"
886+
"url": "https://maps.google.com/maps/place/{x},{y}"
887887
},
888888
{
889889
"name": "Apple Maps",
@@ -1014,4 +1014,4 @@
10141014
"tracesSampleRate": 0.1
10151015
}
10161016
}
1017-
}
1017+
}

0 commit comments

Comments
 (0)