forked from AkkomaGang/akkoma
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 @@ def make_json_ld_header 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