File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
src/content/docs/bff/upgrading Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -149,13 +149,11 @@ var frontend = new BffFrontend(BffFrontendName.Parse("frontend1"))
149149 .WithProxiedStaticAssets (new Uri (" https://localhost:3000" )); // https://localhost:3000 would be the URL of your development web server.
150150 ```
151151
152- While this can also be done in production , it will proxy all static assets through the BFF . This will increase the bandwidth consumed by the BFF
153- and reduce the overall performance of your application .
152+ While this can also be done in production , it will proxy all static assets through the BFF . This will increase the bandwidth consumed by the BFF and reduce the overall performance of your application .
154153
154+ ### Proxying Assets Based On Environment
155155
156- ### Proxying assets based on environment
157-
158- If you 're using a local development server during development, but a CDN in production, you can also configure this as follows:
156+ If you 're using a local development server during development and a CDN in production, you can configure this as follows:
159157
160158``` csharp
161159
You can’t perform that action at this time.
0 commit comments