diff --git a/src/assets/images/changelog/workers/builds-preview-button.png b/src/assets/images/changelog/workers/builds-preview-button.png new file mode 100644 index 000000000000000..11f405e97d8c26a Binary files /dev/null and b/src/assets/images/changelog/workers/builds-preview-button.png differ diff --git a/src/content/changelog/workers/2025-10-30-builds-preview.mdx b/src/content/changelog/workers/2025-10-30-builds-preview.mdx new file mode 100644 index 000000000000000..6d384a223acd212 --- /dev/null +++ b/src/content/changelog/workers/2025-10-30-builds-preview.mdx @@ -0,0 +1,17 @@ +--- +title: Access Workers preview URLs from the Build details page +description: You can now access Preview URLs directly from the build details page +products: + - workers +date: 2025-10-30 +--- + +You can now access [preview URLs](/workers/configuration/previews/) directly from the build details page, making it easier to test your changes when reviewing builds in the dashboard. + +![preview button](src/assets/images/changelog/workers/builds-preview-button.png) + + +**What's new** +* A **Preview** button now appears in the top-right corner of the build details page for successful builds +* Click it to instantly open the latest preview URL +* Matches the same experience you're familiar with from Pages