about summary refs log tree commit diff
path: root/MatrixUtils.Web
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-10 05:00:10 +0100
committerRory& <root@rory.gay>2025-12-10 05:00:10 +0100
commitc2e745969f3836f581a772cc90de83d3a16768f9 (patch)
tree63609ac9277fca6d237c09e0d7777d6166a12e9c /MatrixUtils.Web
parentFix missing import map in index.html, remove hack in service worker (diff)
downloadMatrixUtils-c2e745969f3836f581a772cc90de83d3a16768f9.tar.xz
Switch to correct compression flag for blazor assets - this silently broke with .NET 8
Diffstat (limited to 'MatrixUtils.Web')
-rw-r--r--MatrixUtils.Web/MatrixUtils.Web.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/MatrixUtils.Web/MatrixUtils.Web.csproj b/MatrixUtils.Web/MatrixUtils.Web.csproj

index e800c92..9100c87 100644 --- a/MatrixUtils.Web/MatrixUtils.Web.csproj +++ b/MatrixUtils.Web/MatrixUtils.Web.csproj
@@ -10,6 +10,7 @@ <UseBlazorWebAssembly>true</UseBlazorWebAssembly> <BlazorEnableCompression>false</BlazorEnableCompression> + <CompressionEnabled>false</CompressionEnabled> <ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest> <BlazorCacheBootResources>false</BlazorCacheBootResources> <BlazorEnableTimeZoneSupport>false</BlazorEnableTimeZoneSupport>