diff --git a/Resources/Private/TypoScript/Root.ts2 b/Resources/Private/TypoScript/Root.ts2 index fe3f16b..66e183f 100644 --- a/Resources/Private/TypoScript/Root.ts2 +++ b/Resources/Private/TypoScript/Root.ts2 @@ -2,9 +2,11 @@ prototype(TYPO3.Neos:Page) { head.@process.compression { expression = ${Flownative.Compressor.compress(value)} @position = 'end 999999999' + @if.isLive = ${node.context.live} } body.@process.compression { expression = ${Flownative.Compressor.compress(value)} @position = 'end 999999999' + @if.isLive = ${node.context.live} } -} \ No newline at end of file +}