diff --git a/src/orbit-envoy.pug b/src/orbit-envoy.pug index dc95b44..fa3c25d 100644 --- a/src/orbit-envoy.pug +++ b/src/orbit-envoy.pug @@ -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}/`,