Skip to content

Instantly share code, notes, and snippets.

View jsbls's full-sized avatar
🚀

Jaime jsbls

🚀
View GitHub Profile
@jsbls
jsbls / Generator.php.diff
Created March 4, 2023 01:18
Statamic SSG Placeholder Error Fix
diff --git a/src/Generator.php b/src/Generator.php
index 0618fe7..d7be006 100644
--- a/src/Generator.php
+++ b/src/Generator.php
@@ -110,6 +110,11 @@ public function bindGlide()
Glide::cacheStore()->clear();
$directory = Arr::get($this->config, 'glide.directory');
+ config([
+ 'statamic.assets.image_manipulation.cache' => true,