diff --git a/internal/manifest/fetcher_dev.go b/internal/manifest/fetcher_dev.go index 9b33a43..d1f03c7 100644 --- a/internal/manifest/fetcher_dev.go +++ b/internal/manifest/fetcher_dev.go @@ -7,4 +7,4 @@ package manifest // defaultManifestURL is the localhost manifest URL for dev builds. // Dev builds default to production URL, but this can be overridden with --backend-url flag. -const defaultManifestURL = "https://dashboard.seedfa.st/cli-endpoints.json" +const defaultManifestURL = "https://seedfa.st/cli-endpoints.json" diff --git a/internal/manifest/fetcher_prod.go b/internal/manifest/fetcher_prod.go index 8240ff0..759ed43 100644 --- a/internal/manifest/fetcher_prod.go +++ b/internal/manifest/fetcher_prod.go @@ -6,4 +6,4 @@ package manifest // defaultManifestURL is the production manifest URL. -const defaultManifestURL = "https://dashboard.seedfa.st/cli-endpoints.json" +const defaultManifestURL = "https://seedfa.st/cli-endpoints.json"