Speed up station guide startup
Some checks are pending
ci-gates / checks (push) Waiting to run
deploy-cloudflare / checks (push) Waiting to run
deploy-cloudflare / deploy (push) Blocked by required conditions

This commit is contained in:
Conrad Kramer 2026-06-10 02:34:44 -07:00
parent cfc4902016
commit 797f96e7eb
No known key found for this signature in database
8 changed files with 531 additions and 52 deletions

View file

@ -48,7 +48,7 @@ in
relayUrl = lib.mkOption {
type = lib.types.str;
default = "https://cdn.moq.dev/anon";
default = "https://relay.every.channel/anon";
description = "MoQ relay URL for ec-node wt-publish.";
};