Skip to content

Commit

Permalink
Fixed images not loading on the page (#1352)
Browse files Browse the repository at this point in the history
## What is this PR doing?
Within the page
https://wordpress.github.io/wordpress-playground/architecture/browser-tab-orchestrates-execution/,
the images are not loading, so fixing it with the site path for the
images.

## What problem is it solving?
The images not loading properly are fixed.
  • Loading branch information
josevarghese committed May 1, 2024
1 parent 687ec23 commit f58e0a2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Keep this point in mind as you read through the rest of the docs. At this point

Here's what a boot sequence for a minimal app looks like:

![The boot sequence](https://github.com/WordPress/wordpress-playground/blob/trunk/packages/docs/site/static/img/boot-sequence.png)
![The boot sequence](@site/static/img/boot-sequence.png)

The main app initiates the Iframe, the Service Worker, and the Worker Thread. Note how the main app doesn't use the PHP stack directly – it's all handled in the Worker Thread.

Expand Down Expand Up @@ -66,7 +66,7 @@ Keep reading to learn how all these pieces fit together.

Here's what happens whenever the iframe issues a same-domain request:

![The data flow](https://raw.githubusercontent.com/wordpress/wordpress-playground/trunk/pages/data-flow.png)
![The data flow](@site/static/img/data-flow.png)

A step-by-step breakdown:

Expand Down

0 comments on commit f58e0a2

Please sign in to comment.