diff --git a/config/config.exs b/config/config.exs index 66aee3264..f82e1a414 100644 --- a/config/config.exs +++ b/config/config.exs @@ -740,7 +740,7 @@ config :pleroma, :frontends, "git" => "https://gitlab.com/soapbox-pub/soapbox-fe", "build_url" => "https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/${ref}/download?job=build-production", - "ref" => "v1.0.0", + "ref" => "develop", "build_dir" => "static" } }