Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricerenck committed Oct 30, 2024
1 parent 20d0031 commit 87c2264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 87c2264

Please sign in to comment.