Skip to content

Commit 0746da7

Browse files
committed
Cleared CI error
1 parent 0b18d9a commit 0746da7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

blazor/common/deployment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ For more information, see [Host and deploy ASP.NET Core Blazor](https://learn.mi
1717

1818
* Right-click on the project in the `Solution Explorer` and select `Publish`.
1919

20-
![Solution Explorer in Blazor](../images/publish.png)
20+
![Solution Explorer in Blazor](./images/publish.png)
2121

2222
* Then, select the `Folder` option and select the publishing target location.
2323

24-
![Publish Location in Blazor](../images/folder.png)
24+
![Publish Location in Blazor](./images/folder.png)
2525

2626
* Check the configuration as Release by clicking the `Advanced...` option below the target location.
2727

28-
![Release Configuration in Blazor](../images/config.png)
28+
![Release Configuration in Blazor](./images/config.png)
2929

3030
* For `Blazor Server side application`, set Deployment Mode as `Self-Contained`. Because some dependencies are not loaded properly when the published folder is hosted.
3131

32-
![Deploy Mode in Blazor](../images/deploy.png)
32+
![Deploy Mode in Blazor](./images/deploy.png)
3333

3434
* Then, click `Save` and `Publish`.
3535

0 commit comments

Comments
 (0)