We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b9c59 commit 1409babCopy full SHA for 1409bab
playgrounds/geo-javascript/src/app.js
@@ -2,7 +2,7 @@
2
import { instantMeiliSearch } from '@meilisearch/instant-meilisearch'
3
import { setOptions, importLibrary } from '@googlemaps/js-api-loader'
4
5
-const GOOGLE_MAP_API_KEY = import.meta.env.VITE_GOOGLE_MAPS_KEY
+const GOOGLE_MAP_API_KEY = import.meta.env.VITE_GOOGLE_MAPS_API_KEY
6
7
setOptions({
8
apiKey: GOOGLE_MAP_API_KEY,
0 commit comments