File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11// This dev-only module isn't processed by the bundler like the others,
22// so we can't use a node env var to set this. Just hardcode it in one
33// place at the top.
4- const API_URL = 'https://api-staging .fontawesome.com' ;
4+ const API_URL = 'https://api.fontawesome.com' ;
55
66const FaIconChooserDevExports = ( function ( ) {
77 let showingIconChooser = false ;
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import defaultIconsSearchResultTemplate from './defaultIconsSearchResult.json';
22import { valid as validSemver } from 'semver' ;
33import { cloneDeep , get , set } from 'lodash' ;
44
5- const FREE_CDN_URL = 'https://use-staging .fontawesome.com' ;
6- const PRO_KIT_ASSET_URL = 'https://ka-p-staging .fontawesome.com' ;
7- const FREE_KIT_ASSET_URL = 'https://ka-f-staging .fontawesome.com' ;
5+ const FREE_CDN_URL = 'https://use.fontawesome.com' ;
6+ const PRO_KIT_ASSET_URL = 'https://ka-p.fontawesome.com' ;
7+ const FREE_KIT_ASSET_URL = 'https://ka-f.fontawesome.com' ;
88
99export type UrlTextFetcher = ( url : string ) => Promise < string > ;
1010
You can’t perform that action at this time.
0 commit comments