From 81299155a037e4ee1be170985b2c9214ecd0ecfa Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Fri, 29 Mar 2024 23:11:02 +0200 Subject: [PATCH] move /yt to youtube.com Signed-off-by: Ari Archer --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index a0502db..da4f660 100644 --- a/netlify.toml +++ b/netlify.toml @@ -16,7 +16,7 @@ # used to be https://codeberg.org/Ashley/poketube [[redirects]] from = "/yt/*" - to = "https://invidious.tiekoetter.com/:splat" + to = "https://www.youtube.com/:splat" status = 302 force = true