feat: website stuffs part 2

This commit is contained in:
dusk 2024-09-26 20:08:22 +03:00
parent f404e7b95a
commit 800c6ad500
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw
2 changed files with 2 additions and 5 deletions

View File

@ -100,8 +100,8 @@
"systems": "systems_2"
},
"locked": {
"lastModified": 1726945396,
"narHash": "sha256-Q81Yf+Kw55786VXWQyhYTmpv0CkQLQc7NDCLi8D/TFw=",
"lastModified": 1727314821,
"narHash": "sha256-AIKKS9U3K6ZZst44HjkcZBncy+Nbx1QrGfO8rnD6e60=",
"type": "tarball",
"url": "https://github.com/yusdacra/website/archive/refs/heads/svelte.zip"
},

View File

@ -41,9 +41,6 @@ in {
forceSSL = true;
locations."/" = {
proxyPass = "http://localhost:${toString port}";
extraConfig = ''
add_header cache-control "no-store";
'';
};
};
}