patch: @cache false
This commit is contained in:
parent
b37ed8cf5b
commit
f471722f97
@ -114,6 +114,7 @@ for component of components
|
|||||||
if(typeof path === 'string') {
|
if(typeof path === 'string') {
|
||||||
if(path.startsWith('federation://')) {
|
if(path.startsWith('federation://')) {
|
||||||
federations[`store://local.${component.uniq}/${attribute}/`] = {
|
federations[`store://local.${component.uniq}/${attribute}/`] = {
|
||||||
|
"@cache": "false",
|
||||||
"@context": "https://cdn.happy-dev.fr/owl/hdcontext.jsonld",
|
"@context": "https://cdn.happy-dev.fr/owl/hdcontext.jsonld",
|
||||||
"@type": "ldp:Container",
|
"@type": "ldp:Container",
|
||||||
"@id": `store://local.${component.uniq}/${attribute}/`,
|
"@id": `store://local.${component.uniq}/${attribute}/`,
|
||||||
@ -163,6 +164,7 @@ for component of components
|
|||||||
if(typeof path === 'string') {
|
if(typeof path === 'string') {
|
||||||
if(path.startsWith('federation://')) {
|
if(path.startsWith('federation://')) {
|
||||||
federations[`store://local.${extension.uniq}/${attribute}/`] = {
|
federations[`store://local.${extension.uniq}/${attribute}/`] = {
|
||||||
|
"@cache": "false",
|
||||||
"@context": "https://cdn.happy-dev.fr/owl/hdcontext.jsonld",
|
"@context": "https://cdn.happy-dev.fr/owl/hdcontext.jsonld",
|
||||||
"@type": "ldp:Container",
|
"@type": "ldp:Container",
|
||||||
"@id": `store://local.${extension.uniq}/${attribute}/`,
|
"@id": `store://local.${extension.uniq}/${attribute}/`,
|
||||||
|
Loading…
Reference in New Issue
Block a user