Changed subdomains, but some links are still wrong

Hi, I recently changed the subdomain of my installation, and it mostly works correctly. However, My company logo won’t show up in the dashboard or in PDF invoices. Also, when I click to download a PDF, it tries to resolve to the old subdomain.

I changed the subdomain in my virtualhost conf, and in my .env file. What else do I need to do to complete this process?

Nevermind, I solved this with artisan config:cache, and artisan config:clear.

Thanks for sharing the solution!