From d6d62274a9610d7cec84ac971f3abc1a8ae8cd16 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Mon, 9 Feb 2026 00:54:43 +0000 Subject: [PATCH] Update Serve config to just share all shared files --- config/tailscale-serve-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/tailscale-serve-config.json b/config/tailscale-serve-config.json index 1b21576..fc1977f 100644 --- a/config/tailscale-serve-config.json +++ b/config/tailscale-serve-config.json @@ -7,8 +7,8 @@ "Web": { "static.tail8f43b.ts.net:443": { "Handlers": { - "/data-structures-tutoring": { - "Path": "/shared/data-structures-tutoring" + "/": { + "Path": "/shared" } } }