We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e47ca commit ba8d52eCopy full SHA for ba8d52e
scripts/build_data.js
@@ -121,7 +121,7 @@ function buildData() {
121
});
122
}).then(() =>
123
// also fetch the bleeding edge data too to make sure we're always hosting the latest icons
124
- fetch('https://raw.githubusercontent.com/openstreetmap/id-tagging-schema/main/interim/icons.json')
+ fetch('https://raw.githubusercontent.com/openstreetmap/id-tagging-schema/interim/icons.json')
125
).then(response => response.json()).then(cuttingEdgeIcons => {
126
cuttingEdgeIcons
127
.filter(icon => /^fa[srb]-/.test(icon))
0 commit comments