fix: Added web part that explains what to do to resolve the error.

This commit is contained in:
Jacques 2023-11-01 15:33:13 +01:00
parent 33660b66df
commit 5b6a2ec0bf

View file

@ -106,6 +106,19 @@ import GoogleMaps
}
}
```
### WEB
Add the following code in the 'head' of 'web/index.html':
```html
<head>
<!-- // Other stuff -->
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY"></script>
</head>
```
## Usage