From 5c46824ebd289fe730cb39a0cc6fcd732efe82b1 Mon Sep 17 00:00:00 2001 From: vickydotbat Date: Mon, 22 Jun 2026 12:34:12 +0000 Subject: [PATCH] fix depot cdn url (#16) Reviewed-on: https://git.westgate.pw/ShadowsOverWestgate/sow-tools/pulls/16 Co-authored-by: vickydotbat Co-committed-by: vickydotbat --- internal/topdata/autogen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/topdata/autogen.go b/internal/topdata/autogen.go index 9168cbd..7513f44 100644 --- a/internal/topdata/autogen.go +++ b/internal/topdata/autogen.go @@ -19,7 +19,7 @@ import ( const autogenManifestCacheMaxAge = time.Hour -const defaultBunnyCDNBase = "https://depot.westgate.pw" +const defaultBunnyCDNBase = "https://cdn-a7f3k9.westgate.pw" // errAutogenManifestUnavailable marks a released autogen manifest that could not // be located or fetched (network failure, missing release/asset, empty payload,