favicon depends on dark and light mode
This commit is contained in:
@ -28,10 +28,6 @@ http {
|
||||
location /static/ {
|
||||
alias /var/www/static/;
|
||||
}
|
||||
|
||||
location /favicon.ico {
|
||||
alias /var/www/static/favicon.ico;
|
||||
}
|
||||
|
||||
location / {
|
||||
proxy_pass http://djangoserver:8000;
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 4.9 KiB |
BIN
docker-compose/requirements/nginx/static/img/icon_dark.ico
Normal file
BIN
docker-compose/requirements/nginx/static/img/icon_dark.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 162 KiB |
BIN
docker-compose/requirements/nginx/static/img/icon_light.ico
Normal file
BIN
docker-compose/requirements/nginx/static/img/icon_light.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 161 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
Reference in New Issue
Block a user