Pleroma.Web.ActivityPub.Utils: Use locally-served JSON-LD Litepub context instead of Github-hosted one
This commit is contained in:
parent
705bfe39e9
commit
abcacec97d
@ -70,7 +70,7 @@ defmodule Pleroma.Web.ActivityPub.Utils do
|
||||
%{
|
||||
"@context" => [
|
||||
"https://www.w3.org/ns/activitystreams",
|
||||
"https://litepub.github.io/litepub/context.jsonld"
|
||||
"#{Web.base_url()}/litepub-1.0.jsonld"
|
||||
]
|
||||
}
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user