Skip to content

Commit

Permalink
fix: open chat hardcoded to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
6lr61 committed Sep 25, 2024
1 parent 36c484f commit e1e941c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { QueryClient, QueryClientProvider } from "@tanstack/react-query";

function openChat() {
window.open(
"http://localhost:5173/chat/index.html",
"/chat/index.html",
undefined,
"popup=yes,innerWidth=480,innerHeight=784"
);
Expand Down

0 comments on commit e1e941c

Please sign in to comment.