Open timnarr opened 9 years ago
Hey Paul,
me again :-) I'am using KirbyGram on a One-Pager and want to use Kirby's built-in cache... which looks like this in my config:
/*--------------------------------------- Cache ---------------------------------------*/ c::set('cache', true); c::set('cache.driver', 'file'); c::set('cache.autoupdate',true); c::set('cache.ignore', array('sitemap'));
Is it just me, or is this in combination with KirbyGram not possible on a one-pager? I think it causes some problem getting the new images from the feed.
Thank you!
Hey Paul,
me again :-) I'am using KirbyGram on a One-Pager and want to use Kirby's built-in cache... which looks like this in my config:
Is it just me, or is this in combination with KirbyGram not possible on a one-pager? I think it causes some problem getting the new images from the feed.
Thank you!