feat: correctly cache images with redis

This commit is contained in:
2023-07-30 18:27:45 +02:00
parent 1917fc7d8f
commit af8adf9ce7
17 changed files with 321 additions and 121 deletions

View File

@ -1,3 +1,17 @@
body {
background: #1F1F1F
background: #1F1F1F;
padding: 0px 20px;
}
.noisy-gradient::after {
content: "";
top: 0;
left: 0;
z-index:0;
position: absolute;
opacity: 0.7;
height: 100%;
width: 100%;
background: url(/grainy-gradient.png);
background-size: contain;
}

BIN
static/grainy-gradient.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB