diff options
Diffstat (limited to 'config/svg.php')
-rw-r--r-- | config/svg.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/svg.php b/config/svg.php new file mode 100644 index 0000000..dc40c50 --- /dev/null +++ b/config/svg.php @@ -0,0 +1,13 @@ +<?php + +return [ + 'default_collection' => 'default', + 'svg_route' => 'svg/{collection}.svg', + + 'collections' => [ + 'default' => [ + 'paths' => []. + ], + ], + +]; |