Skip to content

Commit

Permalink
fix(caching): update API URL for the bundle size cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kallevmercury authored Jan 9, 2025
1 parent 5d5b613 commit 935e043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/pipeline/cache.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { ci, repo, branch, sha } = require('ci-env')
const fetch = require('node-fetch')

let API = 'https://bundlesize-cache.now.sh'
let API = 'https://bundlesize-cache.vercel.app'
// if (ci === 'custom') API = 'http://localhost:3001'

const api = {
Expand Down

0 comments on commit 935e043

Please sign in to comment.