diff --git a/app/dashboard/models.py b/app/dashboard/models.py index e260814ea0e..12d4988dd5a 100644 --- a/app/dashboard/models.py +++ b/app/dashboard/models.py @@ -685,7 +685,7 @@ def github_url(self): @property def local_avatar_url(self): - return "https://gitcoin.co/funding/avatar?repo={}&v=3".format(self.github_url) + return f"{settings.BASE_URL}funding/avatar?repo={self.github_url}&v=3" @property def absolute_url(self):