Skip to content

Commit 5bed63f

Browse files
authored
Fix preview deploys being disabled (#145)
I’ve had this weird behavior where preview deploys are getting automatically disabled after every deploy I do. I think it might be due to the fact that I’m explicitly setting the domain in the wrangler config. Dropping that to see if it makes a difference.
1 parent a5193ee commit 5bed63f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

wrangler.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,3 @@ enabled = true
99
[assets]
1010
directory = "./dist"
1111
binding = "ASSETS"
12-
13-
[[routes]]
14-
pattern = "just-be.dev"
15-
custom_domain = true

0 commit comments

Comments
 (0)