Add downloadable resume and public metadata

This commit is contained in:
2026-07-16 19:38:51 +00:00
parent cc3e13e44e
commit bb2725d773
12 changed files with 150 additions and 8 deletions
+7 -1
View File
@@ -26,11 +26,17 @@ server {
return 200 "ok\n";
}
location ~* \.(css|svg)$ {
location ~* \.(css|svg|png)$ {
expires 7d;
try_files $uri =404;
}
location ~* \.(pdf|xml)$ {
expires 1h;
try_files $uri =404;
}
location ~* \.html$ {
expires -1;
try_files $uri =404;