Change turtle dashboard default URL to turtles.spatulaa.com

This commit is contained in:
MayaTheShy
2026-03-22 22:52:57 -04:00
parent e59b6c1832
commit 78e7c92893

View File

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