diff --git a/DysonNetwork.Pass/Account/MagicSpellService.cs b/DysonNetwork.Pass/Account/MagicSpellService.cs index f053fa2..02522c8 100644 --- a/DysonNetwork.Pass/Account/MagicSpellService.cs +++ b/DysonNetwork.Pass/Account/MagicSpellService.cs @@ -79,7 +79,7 @@ public class MagicSpellService( .FirstOrDefaultAsync(); if (contact is null) throw new ArgumentException("Account has no contact method that can use"); - var link = $"{configuration.GetValue("BaseUrl")}/spells/{Uri.EscapeDataString(spell.Spell)}"; + var link = $"{configuration.GetValue("SiteUrl")}/spells/{Uri.EscapeDataString(spell.Spell)}"; logger.LogInformation("Sending magic spell... {Link}", link);