patch: @cache false

This commit is contained in:
Jean-Baptiste Pasquier 2021-06-16 15:41:32 +02:00
parent b37ed8cf5b
commit f471722f97
1 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,7 @@ for component of components
if(typeof path === 'string') {
if(path.startsWith('federation://')) {
federations[`store://local.${component.uniq}/${attribute}/`] = {
"@cache": "false",
"@context": "https://cdn.happy-dev.fr/owl/hdcontext.jsonld",
"@type": "ldp:Container",
"@id": `store://local.${component.uniq}/${attribute}/`,
@ -163,6 +164,7 @@ for component of components
if(typeof path === 'string') {
if(path.startsWith('federation://')) {
federations[`store://local.${extension.uniq}/${attribute}/`] = {
"@cache": "false",
"@context": "https://cdn.happy-dev.fr/owl/hdcontext.jsonld",
"@type": "ldp:Container",
"@id": `store://local.${extension.uniq}/${attribute}/`,