Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -248,12 +248,7 @@ function PlaygroundPreview({

const configuration = {
iframe: iframeRef.current,
// wasm.wordpress.net is alias for playground.wordpress.net at the moment.
// @TODO: Use playground.wordpress.net once the service worker
// is updated. The current one tries to serve the remote.html
// file from a /wp-6.4/ path when this block is used on
// playground.wordpress.net, and that returns a 404.html.
remoteUrl: 'https://wasm.wordpress.net/remote.html',
remoteUrl: 'https://playground.wordpress.net/remote.html',
} as any;
if (finalBlueprint) {
configuration['blueprint'] = finalBlueprint;
Expand Down