diff --git a/public/index.html b/public/index.html
index dfe782dfd24a3a3fcd0236f0f2a2c5e9f77ad432..a1ff10f6859dd64bf0c34d7851d0995d9d48227a 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('/data/pins.csv', {
+            Papa.parse('.public/data/pins.csv', {
                 download: true,
                 header: true,
                 complete: function(results) {