Skip to content

Commit

Permalink
fix(config): update jsDelivrHitsEndpoint url (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Nov 22, 2022
1 parent a2d1398 commit 6213f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export const config = {
npmDownloadsEndpoint: 'https://api.npmjs.org/downloads',
npmRootEndpoint: 'https://registry.npmjs.org',
jsDelivrHitsEndpoint:
'https://data.jsdelivr.com/v1/stats/packages/npm/month/all',
'https://data-jsdelivr-com-preview.onrender.com/v1/stats/packages/all?period=month&type=npm',
jsDelivrPackageEndpoint: 'https://data.jsdelivr.com/v1/package/npm',
typescriptTypesIndex:
'https://typespublisher.blob.core.windows.net/typespublisher/data/search-index-min.json',
Expand Down

0 comments on commit 6213f95

Please sign in to comment.