Skip to content

Commit e3d726b

Browse files
committed
Change Playground URL
1 parent 0746f26 commit e3d726b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/landing/stepper/declarative-flow/internals/steps-repository/playground/lib/initialize-playground.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export async function initializeWordPressPlayground(
4848

4949
const client = await startPlaygroundWeb( {
5050
iframe,
51-
remoteUrl: 'https://playground.wordpress.net/remote.html',
51+
remoteUrl: 'https://wordpress-playground.atomicsites.blog/remote.html',
5252
blueprint: await getBlueprint( isWordPressInstalled, recommendedPhpVersion ),
5353
shouldInstallWordPress: ! isWordPressInstalled,
5454
mounts: [ mountDescriptor ],

client/landing/stepper/declarative-flow/internals/steps-repository/playground/lib/resolve-blueprint-from-url.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export async function resolveBlueprintFromURL( url: URL ) {
176176

177177
if ( query.has( 'core-pr' ) ) {
178178
const prNumber = query.get( 'core-pr' );
179-
blueprint.preferredVersions!.wp = `https://playground.wordpress.net/plugin-proxy.php?org=WordPress&repo=wordpress-develop&workflow=Test%20Build%20Processes&artifact=wordpress-build-${ prNumber }&pr=${ prNumber }`;
179+
blueprint.preferredVersions!.wp = `https://wordpress-playground.atomicsites.blog/plugin-proxy.php?org=WordPress&repo=wordpress-develop&workflow=Test%20Build%20Processes&artifact=wordpress-build-${ prNumber }&pr=${ prNumber }`;
180180
}
181181

182182
if ( query.has( 'gutenberg-pr' ) ) {

0 commit comments

Comments
 (0)