From a816d4413486b42be39d7b7d2e2d5ce6b2ae36dd Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 22 Oct 2025 19:09:35 +0100 Subject: [PATCH] Update path to community index data files --- app/models/community.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/community.rb b/app/models/community.rb index 3112993b0..32f6384a1 100644 --- a/app/models/community.rb +++ b/app/models/community.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true class Community < FrozenRecord::Base - self.base_path = Rails.root.join("node_modules/osm-community-index/dist/") + self.base_path = Rails.root.join("node_modules/osm-community-index/dist/json/") self.backend = OsmCommunityIndex::ResourceBackend def url -- 2.39.5