From 1a38364a6a106527f07952f3747a936c6a81da47 Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Fri, 10 Apr 2026 14:40:10 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20remove=20interactors=20proxy=20r?= =?UTF-8?q?oot=20rewriting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No longer needed since thefrontside/interactors#319 replaced Docusaurus, which had the base URL baked into its client-side JS and required root rewriting to compensate. --- main.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/main.tsx b/main.tsx index b0e36b47..d18f307c 100644 --- a/main.tsx +++ b/main.tsx @@ -131,7 +131,6 @@ function proxySites() { }, interactors: { prefix: "interactors", - root: "interactors/", website: Deno.env.get("INTERACTORS_URL") ?? "https://interactors.deno.dev", },