diff --git a/client/src/stores/useSocketStore.ts b/client/src/stores/useSocketStore.ts index b0f28a8f..62bd6989 100644 --- a/client/src/stores/useSocketStore.ts +++ b/client/src/stores/useSocketStore.ts @@ -57,7 +57,7 @@ export const useSocketStore = create((set, get) => ({ } const SERVER_URL = - process.env.NODE_ENV === "development" ? "http://localhost:3000" : "https://api.nocta.site"; + process.env.NODE_ENV === "development" ? "http://localhost:3000" : "https://nocta.site"; const socket = io(SERVER_URL, { path: "/api/socket.io",