diff --git a/index.php b/index.php index 0384dd8..4164037 100644 --- a/index.php +++ b/index.php @@ -8,7 +8,7 @@ @include_once __DIR__ . '/vendor/autoload.php'; Kirby::plugin('mauricerenck/ogimage', [ - 'pageMethods' => require_once __DIR__ . '/src/page-methods.php', + 'pageMethods' => require_once __DIR__ . '/libs/page-methods.php', 'routes' => [ [ 'pattern' => '(:all)/og-image',