Skip to content

Commit dcd8fff

Browse files
jacob-ebeyForestry.io
authored andcommitted
Update from Forestry.io
Jacob Ebey updated src/posts/get-started.md
1 parent 07a8928 commit dcd8fff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/posts/get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,10 +381,10 @@ Starting with `Application A`, we can render the `SayHelloFromB` component like
381381

382382
Looking at the network log for `Application A` you will see that we load two files from `Application B`, the `remoteEntry.js` file, then the `977.js` that contains the `SayHelloFromB` component.
383383

384-
<Image alt="'Application A' network log" size="large" src={aNetworkLog} style={{ margin: "2rem auto" }} />
384+
![](/static/application-a-network-log.png)
385385

386386
Visiting `Application B` for the first time, you'll notice we have already cached the remoteEntries for both `Application B` and `Application A`.
387387

388-
<Image alt="'Application B' network log" size="large" src={bNetworkLog} style={{ margin: "2rem auto" }} />
388+
![](/static/application-b-network-log.png)
389389

390390
**You have just created your first Webpack 5 Federated projects. Now go out and build something awesome!**

0 commit comments

Comments
 (0)