fix: use temporary redirects
All checks were successful
deploy / deploy (push) Successful in 1m53s

This commit is contained in:
ndsboy 2025-03-19 21:19:28 +00:00
parent d79a1528b2
commit a954265409

View file

@ -18,10 +18,10 @@ server {
} }
location /todo { location /todo {
return 301 https://directus.swablab.de/admin/content/tasks_general; return 302 https://directus.swablab.de/admin/content/tasks_general;
} }
location /discord { location /discord {
return 301 https://discord.gg/A4grfc5Vzm; return 302 https://discord.gg/A4grfc5Vzm;
} }
location / { location / {