Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
[WEB-137] Fix update check goes directly through S3 instead of CDN (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 authored Mar 30, 2022
1 parent d3e664b commit cfae402
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@ const opts = {
packageCategory: 'utils',
},
publish: [
{
provider: 'generic',
channel: 'latest',
url: 'https://cdn-2.webcatalog.io/webcatalog',
useMultipleRangeRequest: true,
},
{
provider: 's3',
channel: 'latest',
Expand Down

0 comments on commit cfae402

Please sign in to comment.