diff options
author | Sam Light <samlight1994@gmail.com> | 2024-06-15 11:16:44 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2024-06-15 11:16:44 +0100 |
commit | 65c94080f6b8eae4a8217751de0dc847579c923d (patch) | |
tree | 59fa65cebc576c4c953cf1c534811ce827613246 /config |
Initial commit
Diffstat (limited to 'config')
-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' => []. + ], + ], + +]; |