From 7257b9e9158484e086d0b0ae11c05eb4373fcfd5 Mon Sep 17 00:00:00 2001 From: kixelated Date: Tue, 17 Oct 2023 15:57:03 +0900 Subject: [PATCH] Switch to relay.quic.video (#51) --- web/.env.production | 2 +- web/src/pages/watch/[name].astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/.env.production b/web/.env.production index 60a0073..7a9770e 100644 --- a/web/.env.production +++ b/web/.env.production @@ -1 +1 @@ -PUBLIC_RELAY_HOST="fly-moq-relay.englishm.net:4443" +PUBLIC_RELAY_HOST="relay.quic.video" diff --git a/web/src/pages/watch/[name].astro b/web/src/pages/watch/[name].astro index 86e165f..c59078d 100644 --- a/web/src/pages/watch/[name].astro +++ b/web/src/pages/watch/[name].astro @@ -9,7 +9,7 @@ import Watch from "@/components/watch.tsx" import Layout from "@/layouts/global.astro" --- - +