Skip to content

Commit 0a08e3f

Browse files
committed
Bypassing CDN Cache for qwick
1 parent ed5a692 commit 0a08e3f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Service/BuilderIO/Page.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ public function fetchContentApi($url, $model = 'page'): mixed
6767
[
6868
'url' => $url,
6969
'limit' => 1,
70+
'cacheSeconds' => 0,
71+
'preview' => true,
7072
// 'fields' => implode(',', self::CMS_PAGES_FIELDS)
7173
]
7274
);

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deployecommerce/module-builderio",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "A magento 2 extensions that renders Builder.io content.",
55
"type": "magento2-module",
66
"require": {

0 commit comments

Comments
 (0)