Fix: Conflicting assets with the same target path after upgrading to the .NET 10 SDK
On the .NET 10 SDK every Microsoft.NET.Sdk.Web project gets StaticWebAssetBasePath=/, so a web app referencing another web app collides. Set the base path on the referenced project. Disabling compression does not help.