You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/bff/fundamentals/multi-frontend/index.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,11 +161,11 @@ var frontend = new BffFrontend(BffFrontendName.Parse("frontend1"))
161
161
162
162
See the topic on [Token Management](/bff/fundamentals/tokens.md) for more information about the various token management options.
163
163
164
-
## Handling SPA static assets
164
+
## Handling SPA Static Assets
165
165
166
-
The BFF can be configured to handle the static file assets that are typically used when developing SPA based apps.
166
+
BFF can be configured to handle the static file assets that are typically used when developing Single-Page Application (SPA)-based app.
167
167
168
-
### Proxying the Index.HTML only
168
+
### Proxying Only `index.html`
169
169
170
170
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).
0 commit comments