From 87c22644be9b37cef37422bf530e113731c2a956 Mon Sep 17 00:00:00 2001 From: Maurice Renck Date: Wed, 30 Oct 2024 12:53:34 +0100 Subject: [PATCH] fix: import --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',