diff --git a/.env.production b/.env.production index a0ca6c7..1fcce82 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,3 @@ -PUBLIC_RELAY_URL="https://relay.quic.video" +PUBLIC_RELAY_URL="https://relay.moq.dev" # Generate with: cargo run --bin moq-token -- --key root.jwk sign --root "demo" --subscribe "" PUBLIC_RELAY_TOKEN="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb290IjoiZGVtbyIsImdldCI6WyIiXSwiZXhwIjpudWxsLCJpYXQiOm51bGx9.6EoN-Y1Ouj35_qV5FokcdcdderrE2navNbYQjJyR2Ac" diff --git a/src/layouts/global.astro b/src/layouts/global.astro index 4c3433e..3c145c4 100644 --- a/src/layouts/global.astro +++ b/src/layouts/global.astro @@ -22,7 +22,7 @@ if (frontmatter?.description) description = frontmatter.description; - + diff --git a/wrangler.jsonc b/wrangler.jsonc index 591efc5..47b88e6 100644 --- a/wrangler.jsonc +++ b/wrangler.jsonc @@ -11,11 +11,6 @@ "not_found_handling": "404-page" }, - "vars": { - "PUBLIC_RELAY_URL": "https://relay.moq.dev", - "PUBLIC_RELAY_TOKEN": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb290IjoiZGVtbyIsInB1YiI6bnVsbCwic3ViIjoiIiwiZXhwIjpudWxsLCJpYXQiOm51bGx9.w6NCqef736qNYCC1KAovUbTaJb8bvHnY-QwXZ_p3vTw" - }, - "route": { "pattern": "moq.dev", "custom_domain": true