fix(koi): fix landing

This commit is contained in:
alina 🌸 2025-01-31 13:08:45 +03:00
parent e18893c629
commit 185b213349
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI
2 changed files with 3 additions and 1 deletions

View file

@ -83,6 +83,8 @@ in {
extraConfig = '' extraConfig = ''
alias /mnt/s3-desu-priv-encrypted/public/; alias /mnt/s3-desu-priv-encrypted/public/;
autoindex on; autoindex on;
add_header 'Access-Control-Allow-Origin' '*';
add_header 'Access-Control-Allow-Methods' 'GET';
''; '';
}; };
}; };

View file

@ -54,7 +54,7 @@
<footer> <footer>
<a href="https://arumi-kuma.stupid.fish/status/meow">status</a> <a href="https://arumi-kuma.stupid.fish/status/meow">status</a>
// //
<a href="https://github.com/teidesu/nixfiles">source</a> <a href="https://git.stupid.fish/teidesu/nixfiles">source</a>
</footer> </footer>
</body> </body>
</html> </html>