diff --git a/lib/index.js b/lib/index.js index 4294888..bffda4c 100644 --- a/lib/index.js +++ b/lib/index.js @@ -33,7 +33,7 @@ export default async function now (path, token, { forceNew, debug }) { }); } - const agent = new Agent('zeit.co'); + const agent = new Agent('now.zeit.co'); const fetch = async (url, opts) => { opts.headers = opts.headers || {}; opts.headers.authorization = `Bearer ${token}`;