Skip to content

Commit

Permalink
chore(examples): use different google maps api key
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Mar 11, 2021
1 parent 18f4ae3 commit 28b4212
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/blog-studio/config/@sanity/google-maps-input.json
@@ -1,5 +1,5 @@
{
"apiKey": "AIzaSyDwxpdp6WJwj9VjoVCjEudljhkR1inzhSE",
"apiKey": "AIzaSyDDO2FFi5wXaQdk88S1pQUa70bRtWuMhkI",
"defaultZoom": 11,
"defaultLocation": {
"lat": 40.7058254,
Expand Down
@@ -1,5 +1,5 @@
{
"apiKey": "AIzaSyDwxpdp6WJwj9VjoVCjEudljhkR1inzhSE",
"apiKey": "AIzaSyDDO2FFi5wXaQdk88S1pQUa70bRtWuMhkI",
"defaultZoom": 11,
"defaultLocation": {
"lat": 40.7058254,
Expand Down
4 changes: 2 additions & 2 deletions examples/movies-studio/config/@sanity/google-maps-input.json
@@ -1,8 +1,8 @@
{
"apiKey": "AIzaSyC1J6PVAOELsy1vyTh-x38GadFv70g2Qcc",
"apiKey": "AIzaSyDDO2FFi5wXaQdk88S1pQUa70bRtWuMhkI",
"defaultZoom": 11,
"defaultLocation": {
"lat": 40.7058254,
"lng": -74.1180863
}
}
}
2 changes: 1 addition & 1 deletion examples/test-studio/config/@sanity/google-maps-input.json
@@ -1,5 +1,5 @@
{
"apiKey": "AIzaSyDwxpdp6WJwj9VjoVCjEudljhkR1inzhSE",
"apiKey": "AIzaSyDDO2FFi5wXaQdk88S1pQUa70bRtWuMhkI",
"defaultZoom": 11,
"defaultLocation": {
"lat": 40.7058254,
Expand Down

0 comments on commit 28b4212

Please sign in to comment.