diff --git a/modules/config.js b/modules/config.js index 353c653..1317d0e 100644 --- a/modules/config.js +++ b/modules/config.js @@ -3,7 +3,7 @@ import invariant from 'invariant'; export const npmRegistryURL = process.env.NPM_REGISTRY_URL || 'https://registry.npmjs.org'; -export const origin = process.env.ORIGIN || 'http://localhost:5000'; +export const origin = process.env.ORIGIN || 'https://unpkg.com'; export const secretKey = process.env.SECRET_KEY;