Remove extra character (#18597)

pull/18598/head
Luke Latham 2020-05-31 14:23:59 -05:00 committed by GitHub
parent 45b1697611
commit d2320f04b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ The following deployment strategies are supported:
When a Blazor WebAssembly app is published, the output is precompressed to reduce the app's size and remove the need for runtime compression. The following compression algorithms are used:
* [Brotli](https://tools.ietf.org/html/rfc7932) (highest level)
* [Gzip](https://tools.ietf.org/html/rfc1952))
* [Gzip](https://tools.ietf.org/html/rfc1952)
To disable compression, add the `BlazorEnableCompression` MSBuild property to the app's project file and set the value to `false`: