Skip to content

Commit

Permalink
Update .changeset/famous-mayflies-knock.md
Browse files Browse the repository at this point in the history
Co-authored-by: emily-shen <[email protected]>
  • Loading branch information
WalshyDev and emily-shen authored Nov 26, 2024
1 parent 6687d0e commit a0c2336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/famous-mayflies-knock.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

Add `preview_urls` toggle to `wrangler.toml`

The current Preview URLs (beta) feature routes to version preview urls based on the status of the `workers_dev` config value. Beta users have requested the ability to enable deployment urls and preview urls separately on `workers.dev`, and the new `previews_enabled` field of the enable-subdomain API will allow that. This change separates the `workers_dev` and `preview_urls` behavior during `wrangler triggers deploy` and `wrangler versions upload`. `wrangler_dev_previews` defaults to true, and does not implicitly depend on routes the way `wrangler_dev` does.
The current Preview URLs (beta) feature routes to version preview urls based on the status of the `workers_dev` config value. Beta users have requested the ability to enable deployment urls and preview urls separately on `workers.dev`, and the new `previews_enabled` field of the enable-subdomain API will allow that. This change separates the `workers_dev` and `preview_urls` behavior during `wrangler triggers deploy` and `wrangler versions upload`. `preview_urls` defaults to true, and does not implicitly depend on routes the way `workers_dev` does.

0 comments on commit a0c2336

Please sign in to comment.