Skip to content

Commit 32667d9

Browse files
authored
feat(newsfeed): use config and images stored as gpf annex (#184)
1 parent a431ada commit 32667d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/utils/config-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const urls = {
9999
fallback: GfiRulesProps,
100100
},
101101
newsfeed : {
102-
url: "https://ignf.github.io/cartes-ign-temp-layers/newsfeed/newsfeed_config.json",
102+
url: "https://data.geopf.fr/annexes/cartes_ign_app/newsfeed/newsfeed_config.json",
103103
fallback: [], // default empty list if not available
104104
}
105105
};

0 commit comments

Comments
 (0)