diff --git a/public/index.html b/public/index.html
index a1ff10f6859dd64bf0c34d7851d0995d9d48227a..757f4318e6e0c610c9291c3ddf243cf8b2cfe230 100644
--- a/public/index.html
+++ b/public/index.html
@@ -39,7 +39,7 @@
 
         // Function to load pins from CSV and add them to the map
         function loadPins() {
-            Papa.parse('.public/data/pins.csv', {
+            Papa.parse('public/data/pins.csv', {
                 download: true,
                 header: true,
                 complete: function(results) {