We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da4192 commit 175b5ceCopy full SHA for 175b5ce
src/content/docs/bff/upgrading/bff-v3-to-v4.md
@@ -121,7 +121,7 @@ It's fairly common to deploy your application in such a way to have the BFF be t
121
122
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.
123
124
-You can configure the location of your Index HTML by specifying:
+You can configure the location of your `index.html` by specifying:
125
126
```csharp
127
.WithIndexHtmlUrl(new Uri("https://localhost:5005/static/index.html"))
0 commit comments