Replace old favicon with transparent one
This commit is contained in:
parent
319725ae57
commit
a233c02049
Binary file not shown.
|
After Width: | Height: | Size: 4.9 KiB |
|
|
@ -22,7 +22,7 @@ urlpatterns = [
|
|||
url(r'^api/', include('api.urls', namespace="api")),
|
||||
|
||||
#favicon
|
||||
url(r'^favicon\.ico$', RedirectView.as_view(url='/static/favicon-32.png', permanent=True))
|
||||
url(r'^favicon\.ico$', RedirectView.as_view(url='/static/favicon@2x.png', permanent=True))
|
||||
]
|
||||
|
||||
if settings.DEBUG and not settings.USE_AWS:
|
||||
|
|
|
|||
Loading…
Reference in New Issue