Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/content/changelog/workers/2025-10-30-builds-preview.mdx
Original file line number Diff line number Diff line change
@@ -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
Loading