From 92bdccbc0acd33dd3dd1f7ea4fa03eba73fa27c0 Mon Sep 17 00:00:00 2001 From: Carl Vitullo Date: Tue, 7 Oct 2025 09:51:02 -0700 Subject: [PATCH] Update redirect URL for /tmir --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index f363302..530e131 100644 --- a/netlify.toml +++ b/netlify.toml @@ -8,7 +8,7 @@ [[redirects]] from = "/tmir" - to = "https://creators.spotify.com/pod/profile/reactiflux/" + to = "https://tmir.transistor.fm/" status = 302 force = true