diff --git a/config/config.exs b/config/config.exs index 099cd832e..aee7ad3e1 100644 --- a/config/config.exs +++ b/config/config.exs @@ -834,10 +834,10 @@ config :pleroma, :frontends, "name" => "pleroma-fe-vanilla", "git" => "https://git.pleroma.social/pleroma/pleroma-fe/", "build_url" => - "https://git.pleroma.social/pleroma/pleroma-fe/-/jobs/artifacts/${ref}/download?job=build", + "https://git.pleroma.social/api/packages/pleroma/generic/pleroma-fe-builds/${ref}/latest.zip", "ref" => "develop", "build_dir" => "dist", - "bugtracker" => "https://git.pleroma.social/pleroma/pleroma-fe/-/issues" + "bugtracker" => "https://git.pleroma.social/pleroma/pleroma-fe/issues" }, "pl-fe" => %{ "name" => "pl-fe",