Skip to content

Commit

Permalink
Bypassing CDN Cache for qwick
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanchick committed Jan 27, 2025
1 parent ed5a692 commit 0a08e3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Service/BuilderIO/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ public function fetchContentApi($url, $model = 'page'): mixed
[
'url' => $url,
'limit' => 1,
'cacheSeconds' => 0,
'preview' => true,
// 'fields' => implode(',', self::CMS_PAGES_FIELDS)
]
);
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deployecommerce/module-builderio",
"version": "1.0.9",
"version": "1.0.10",
"description": "A magento 2 extensions that renders Builder.io content.",
"type": "magento2-module",
"require": {
Expand Down

0 comments on commit 0a08e3f

Please sign in to comment.