fix: subtitle color

This commit is contained in:
ange 2024-09-25 13:10:23 +07:00
parent f222496429
commit 50c8cb051d
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
6 changed files with 8 additions and 2 deletions

View file

@ -7,4 +7,8 @@ server {
root /usr/share/nginx/html;
index index.html;
}
location /static/ {
root /usr/share/nginx/;
}
}