@page "/albums" @inject NavigationManager Navigation @* Cuts replaced the standalone /albums route in Phase 9. Old links keep working via a permanent redirect to /cuts rather than 404ing. *@ @code { protected override void OnInitialized() => Navigation.NavigateTo("/cuts", forceLoad: false, replace: true); }