Skip to content

Commit 147be92

Browse files
committed
chore: update demo endpoint
1 parent af5da7d commit 147be92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/demo/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import type {
1919
import { Message, WebSocketMessage, ChatMessage, UptimeData } from "./types.js"
2020
import { getStoredUsername } from "./utils.js"
2121

22-
const REMOTE = "https://136-112-93-209.dynv6.net"
22+
const REMOTE = "https://136.112.93.209.nip.io"
2323
export const baseUrl = document.location.search.includes("remote=1")
2424
? REMOTE
2525
: document.location.hostname === "localhost"

0 commit comments

Comments
 (0)