Figured I would add an update. I did figure out what was causing the issue.
If I ran the command
systemctl status systemd-resolved.service
It said it was Active: inactive (dead)
So I ran
systemctl enable systemd-resolved.service
systemctl start systemd-resolved.service
systemctl status systemd-resolved.service
That fixed the issue