feat: add linux link
All checks were successful
deploy / deploy (push) Successful in 52s

This commit is contained in:
ndsboy 2025-06-04 18:41:28 +00:00
parent 5ab81a98fb
commit dd8a2da23a

View file

@ -23,6 +23,9 @@ server {
location /discord {
return 302 https://discord.gg/A4grfc5Vzm;
}
location /linux {
return 302 https://wiki.swablab.de/books/it/page/linux-installationsparty;
}
location / {
try_files $uri $uri/index.html =404;