Repro steps:
- Install .NET 10 Preview 4
dotnet new blazorwasm
dotnet publish -c Release
- Inspect the published index.html.br and index.html.gz files
Expected result: The placeholders in the compressed index.html files have been updated
Actual result: The placeholders are not updated:

This impacts Azure deployments that redirect to the precompressed files (Azure Static Web Apps, Azure App Service).