Skip to content

Commit 8fcaff2

Browse files
authored
Apply suggestion from @maartenba
1 parent bfa56ce commit 8fcaff2

File tree

1 file changed

+1
-2
lines changed
  • src/content/docs/bff/fundamentals/multi-frontend

1 file changed

+1
-2
lines changed

src/content/docs/bff/fundamentals/multi-frontend/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,7 @@ BFF can be configured to handle the static file assets that are typically used w
169169

170170
When deploying a multi-frontend BFF, it makes most sense to have the frontend's configured with an `index.html` file that is retrieved from a Content Delivery Network (CDN).
171171

172-
This can be done in various ways. For example, if you use Vite, you can publish static assets with a 'base' configured. This will make sure that any static asset,
173-
(such as images, scripts, etc) are retrieved directly from the CDN. This gives the best performance.
172+
This can be done in various ways. For example, if you use Vite, you can publish static assets with a base URL configured. This will make sure that any static asset, (such as images, scripts, etc) are retrieved directly from the CDN for best performance.
174173

175174
```csharp
176175
var frontend = new BffFrontend(BffFrontendName.Parse("frontend1"))

0 commit comments

Comments
 (0)