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();