mirror of
https://git.youjo.love/youjo/youjo-be.git
synced 2024-11-20 13:59:55 +01:00
Move /litepub-1.0.jsonld to /schemas/litepub-0.1.jsonld
This commit is contained in:
parent
abcacec97d
commit
934125695d
2 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ defmodule Pleroma.Web.ActivityPub.Utils do
|
||||||
%{
|
%{
|
||||||
"@context" => [
|
"@context" => [
|
||||||
"https://www.w3.org/ns/activitystreams",
|
"https://www.w3.org/ns/activitystreams",
|
||||||
"#{Web.base_url()}/litepub-1.0.jsonld"
|
"#{Web.base_url()}/schemas/litepub-0.1.jsonld"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue