From 495027ca7ed314186316fe2f0453a2dae9d99e5b Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Fri, 3 Oct 2025 22:47:12 +0200 Subject: [PATCH] chore: domain transition --- README.md | 2 +- apps/docs/src/content/docs/api/chat.mdx | 2 +- apps/docs/src/content/docs/api/index.mdx | 2 +- .../settings/channel/[channelName]/page.client.tsx | 2 +- apps/web/src/components/app/NavBar/NavBar.tsx | 2 +- .../web/src/components/ui/channel-desc-fancy-area/mention.tsx | 2 +- apps/web/src/lib/instrumentation/streamInfo.ts | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 639af2d..e65c4b7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # hackclub.tv -This is the source code for [hackclub.tv (hctv.srizan.dev)](https://hctv.srizan.dev), a livestreaming website for hackclubbers. +This is the source code for [hackclub.tv (hackclub.tv)](https://hackclub.tv), a livestreaming website for hackclubbers. Development has been ongoing for a few months, and the site is now live! There are some half-baked features, but I'm all ears for feedback. diff --git a/apps/docs/src/content/docs/api/chat.mdx b/apps/docs/src/content/docs/api/chat.mdx index 0c207e8..96565e6 100644 --- a/apps/docs/src/content/docs/api/chat.mdx +++ b/apps/docs/src/content/docs/api/chat.mdx @@ -9,7 +9,7 @@ The chat system is powered by a websocket server. Please read the entire page be ## Connection and messages -The websocket server is located at `wss://hctv.srizan.dev/api/chat/ws/:username`, where `:username` is the channel you want to connect to. +The websocket server is located at `wss://hackclub.tv/api/chat/ws/:username`, where `:username` is the channel you want to connect to. You'll need to provide authentication, which can be done by providing an `auth_session` cookie, just like the REST API.