diff --git a/InvenTree/InvenTree/urls.py b/InvenTree/InvenTree/urls.py index a7652f8969..3164ac4a8c 100644 --- a/InvenTree/InvenTree/urls.py +++ b/InvenTree/InvenTree/urls.py @@ -247,7 +247,7 @@ if settings.DEBUG: # Redirect for favicon.ico urlpatterns.append( - path('favicon.ico', RedirectView.as_view(url=f'{settings.STATIC_ROOT}/img/favicon/favicon.ico')) + path('favicon.ico', RedirectView.as_view(url=f'{settings.STATIC_URL}/img/favicon/favicon.ico')) ) # Send any unknown URLs to the parts page