From 0ee24fd2a98bf7b5410b91021ecb37abc8d9f1d1 Mon Sep 17 00:00:00 2001 From: Carl Vitullo Date: Thu, 10 Sep 2026 17:56:12 -0400 Subject: [PATCH] Point /tmir redirect at tmir.reactiflux.com Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_015o8NMaPfckCQ79nce7M9AD --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 530e131..3c2c90b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -8,7 +8,7 @@ [[redirects]] from = "/tmir" - to = "https://tmir.transistor.fm/" + to = "https://tmir.reactiflux.com/" status = 302 force = true