Skip to content

Commit

Permalink
feat: update bootstrap layer (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Apr 4, 2022
1 parent 00adfa6 commit d9ce983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { env } from 'process'

const BOOTSTRAP_LATEST =
'https://dinosaurs:are-the-future!@623c91447947b7000844416d--edge-bootstrap.netlify.app/index.ts'
'https://dinosaurs:are-the-future!@624accb72787800009364b4f--edge-bootstrap.netlify.app/index.ts'

const getBootstrapURL = () => env.NETLIFY_EDGE_BOOTSTRAP ?? BOOTSTRAP_LATEST

Expand Down

0 comments on commit d9ce983

Please sign in to comment.