Merge branch 'main' of github.com:Kum1ta/PTME_Transcendence

This commit is contained in:
Kum1ta
2024-11-15 15:41:32 +01:00
6 changed files with 3 additions and 4 deletions

View File

@ -7,6 +7,9 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" href="/static/logo.png">
<link rel="manifest" href="/static/manifest.json">
<link rel="icon" href="/static/img/icon_dark.ico" type="image/x-icon">
<link rel="icon" href="/static/img/icon_light.ico" type="image/x-icon" media="(prefers-color-scheme: light)">
<link rel="icon" href="/static/img/icon_dark.ico" type="image/x-icon" media="(prefers-color-scheme: dark)">
<title>Chat</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' href='/static/style/homePage/home.css'>

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

View File

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB