We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5da7d commit 147be92Copy full SHA for 147be92
packages/demo/src/App.tsx
@@ -19,7 +19,7 @@ import type {
19
import { Message, WebSocketMessage, ChatMessage, UptimeData } from "./types.js"
20
import { getStoredUsername } from "./utils.js"
21
22
-const REMOTE = "https://136-112-93-209.dynv6.net"
+const REMOTE = "https://136.112.93.209.nip.io"
23
export const baseUrl = document.location.search.includes("remote=1")
24
? REMOTE
25
: document.location.hostname === "localhost"
0 commit comments