mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
website: redirect from /other-downloads/stable-downloads/ to /downloads
This commit is contained in:
parent
f524a40062
commit
0aa44520ac
@ -0,0 +1,5 @@
|
||||
import { redirect } from "@sveltejs/kit";
|
||||
|
||||
export function load(){
|
||||
redirect(301, "/downloads");
|
||||
}
|
Loading…
Reference in New Issue
Block a user