Skip to content

Commit cd5a82b

Browse files
authored
Merge pull request #395 from openscript-ch/392-futher-improve-website
392 futher improve website
2 parents 0feafac + d72e135 commit cd5a82b

24 files changed

+81
-23
lines changed

.changeset/weak-apes-bow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@quassel/website": patch
3+
---
4+
5+
Improve website

apps/website/.docker/nginx.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,9 @@ server {
1414

1515
try_files $uri $uri/ /index.html =404;
1616
}
17+
18+
location ~* \.(?:ico|css|js|gif|jpe?g|png|woff2?|eot|ttf|svg|otf|webp)$ {
19+
expires 1y;
20+
add_header Cache-Control "public";
21+
}
1722
}
8.59 KB
Loading

apps/website/public/assets/arrow.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.
-525 KB
Binary file not shown.
649 Bytes
Loading
1.44 KB
Loading
2.15 KB
Loading
2.66 KB
Loading
2.92 KB
Loading

0 commit comments

Comments
 (0)