From c4f07003092580df2da0a868cf3107e5ad2d82ff Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 5 Feb 2020 13:27:25 -0500 Subject: [PATCH] Fix data urls --- modules/core/data.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/core/data.js b/modules/core/data.js index 6a833ecde..281b1a7d8 100644 --- a/modules/core/data.js +++ b/modules/core/data.js @@ -16,14 +16,14 @@ export function coreData(context) { 'intro_graph': 'data/intro_graph.min.json', 'languages': 'data/languages.min.json', 'locales': 'data/locales.min.json', - 'nsi_brands': 'https://cdn.jsdelivr.net/npm/name-suggestion-index@3/dist/brands.min.json', - 'nsi_filters': 'https://cdn.jsdelivr.net/npm/name-suggestion-index@3/dist/filters.min.json', + 'nsi_brands': 'https://cdn.jsdelivr.net/npm/name-suggestion-index@3/dist/brands.json', + 'nsi_filters': 'https://cdn.jsdelivr.net/npm/name-suggestion-index@3/dist/filters.json', 'oci_features': 'https://cdn.jsdelivr.net/npm/osm-community-index@2/dist/features.min.json', 'oci_resources': 'https://cdn.jsdelivr.net/npm/osm-community-index@2/dist/resources.min.json', 'preset_categories': 'data/preset_categories.min.json', 'preset_defaults': 'data/preset_defaults.min.json', - 'preset_fields': 'data/fields.min.json', - 'preset_presets': 'data/presets.min.json', + 'preset_fields': 'data/preset_fields.min.json', + 'preset_presets': 'data/preset_presets.min.json', 'phone_formats': 'data/phone_formats.min.json', 'shortcuts': 'data/shortcuts.min.json', 'territory_languages': 'data/territory_languages.min.json',