From 65c94080f6b8eae4a8217751de0dc847579c923d Mon Sep 17 00:00:00 2001 From: Sam Light Date: Sat, 15 Jun 2024 11:16:44 +0100 Subject: Initial commit --- config/svg.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config/svg.php (limited to 'config') 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 @@ + 'default', + 'svg_route' => 'svg/{collection}.svg', + + 'collections' => [ + 'default' => [ + 'paths' => []. + ], + ], + +]; -- cgit v1.2.3