Skip to content

Commit 8cbed0f

Browse files
fix: update edge functions bootstrap to 641064c685071e00083eb682 (#5564)
1 parent bed6971 commit 8cbed0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/edge-functions/bootstrap.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { env } from 'process'
22

3-
const latestBootstrapURL = 'https://640b5b066a2b9b0008e88cb0--edge.netlify.com/bootstrap/index-combined.ts'
3+
const latestBootstrapURL = 'https://641064c685071e00083eb682--edge.netlify.com/bootstrap/index-combined.ts'
44

55
export const getBootstrapURL = () => env.NETLIFY_EDGE_BOOTSTRAP || latestBootstrapURL

0 commit comments

Comments
 (0)