diff options
| -rw-r--r-- | config/svg.php | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/config/svg.php b/config/svg.php index 9e9c33d..13fd512 100644 --- a/config/svg.php +++ b/config/svg.php @@ -5,10 +5,12 @@ return [      'default_collection' => 'default',      'svg_route' => 'svg/{collection}.svg',      'cache_store' => env('SVG_CACHE_DRIVER', config('cache.default')), +    'default_max_age' => 60 * 60 * 24 * 90,      'collections' => [          'default' => [              'paths' => [], +            'max_age' => 60 * 60 * 24 * 90,          ],      ], | 
