Set up Webpack Encore

This commit is contained in:
Paul Nicoué 2022-07-18 19:15:03 +02:00
parent e40e41d6fc
commit 957b799d0a
33 changed files with 14032 additions and 36 deletions

View file

@ -0,0 +1,10 @@
<?php
return [
// Kirby configuration settings (production environment)
'debug' => false,
// Matomo plugin options (critical keys)
'sylvainjule.matomo' => [
// 'token' => 'a3d53082e369334813c0ed93d5a80db6'
]
];