From d39f99e4b6efaf8421fefb89958689fd8acff808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dufraisse?= Date: Wed, 22 Feb 2023 11:28:37 +0100 Subject: [PATCH] fix(index): plugins folder --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 511fb5f..d05092c 100644 --- a/index.php +++ b/index.php @@ -15,7 +15,7 @@ try { $pico = new Pico( __DIR__, // root dir 'content/', // config dir - 'vendor/picocms/pico/plugins/', // plugins dir + 'vendor/picocms/plugins/', // plugins dir 'vendor/picocms/themes/' // themes dir );