Skip to content

Commit 175b5ce

Browse files
maartenbawcabus
andauthored
Update src/content/docs/bff/upgrading/bff-v3-to-v4.md
Co-authored-by: Wesley Cabus <[email protected]>
1 parent 1da4192 commit 175b5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/bff/upgrading/bff-v3-to-v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ It's fairly common to deploy your application in such a way to have the BFF be t
121121

122122
If you publish your frontend code to a cdn with absolute paths (for example by specifying a base path in your vite config), then all static content is loaded directly from the CDN.
123123

124-
You can configure the location of your Index HTML by specifying:
124+
You can configure the location of your `index.html` by specifying:
125125

126126
```csharp
127127
.WithIndexHtmlUrl(new Uri("https://localhost:5005/static/index.html"))

0 commit comments

Comments
 (0)