forked from AkkomaGang/akkoma
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
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ def make_json_ld_header 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 a new issue