drop block display for coin-address p element

This commit is contained in:
Daniel Micay
2020-12-23 15:40:54 -05:00
parent 422fbff387
commit 8bfe1c4023
14 changed files with 16 additions and 16 deletions

View File

@@ -168,12 +168,12 @@ http {
location = /404 {
internal;
http2_push /grapheneos.css?26;
http2_push /grapheneos.css?27;
}
location = /404.html {
internal;
http2_push /grapheneos.css?26;
http2_push /grapheneos.css?27;
}
location ~ "^(.*)/index$" {
@@ -214,7 +214,7 @@ http {
include /etc/nginx/snippets/security-headers.conf;
add_header Cache-Control "public, max-age=1800";
try_files $uri $uri.html $uri/ =404;
http2_push /grapheneos.css?26;
http2_push /grapheneos.css?27;
}
}