Skip to content

Commit 20f6a2f

Browse files
fix: update bootstrap URL to 64109c4552d9020008b9dadc (#5566)
1 parent 961345a commit 20f6a2f

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://641064c685071e00083eb682--edge.netlify.com/bootstrap/index-combined.ts'
3+
const latestBootstrapURL = 'https://64109c4552d9020008b9dadc--edge.netlify.com/bootstrap/index-combined.ts'
44

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

0 commit comments

Comments
 (0)