From 78e7c92893715dce153ee40f65d56df56ce31adc Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sun, 22 Mar 2026 22:52:57 -0400 Subject: [PATCH] Change turtle dashboard default URL to turtles.spatulaa.com --- web/client/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/client/src/App.jsx b/web/client/src/App.jsx index 292c50b..94cafe4 100644 --- a/web/client/src/App.jsx +++ b/web/client/src/App.jsx @@ -22,7 +22,7 @@ function App() { const [showSettings, setShowSettings] = useState(false); const [, forceRender] = useState(0); - const turtleDashboardUrl = import.meta.env.VITE_TURTLE_DASHBOARD_URL || `${window.location.protocol}//${window.location.hostname}:4444`; + const turtleDashboardUrl = import.meta.env.VITE_TURTLE_DASHBOARD_URL || 'https://turtles.spatulaa.com'; useEffect(() => { connect();