diff --git a/index.html b/index.html
index 16cbef7..da0e801 100644
--- a/index.html
+++ b/index.html
@@ -279,7 +279,7 @@
console.log("Geolocation is not supported by your browser");
} else {
const options = {
- enableHighAccuracy: false,
+ enableHighAccuracy: true,
maximumAge: 30000,
timeout: 27000,
};
@@ -291,7 +291,7 @@
console.log("Geolocation is not supported by your browser");
} else {
const options = {
- enableHighAccuracy: false,
+ enableHighAccuracy: true,
maximumAge: 30000,
timeout: 27000,
};