From 1428bc882f052dcab0e9f75a457cf27ad526313d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dufraisse?= Date: Fri, 24 Feb 2023 22:23:40 +0100 Subject: [PATCH] fix(sites/default): url of themes --- sites/default/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sites/default/config.yml b/sites/default/config.yml index 026d2b4..b2db793 100644 --- a/sites/default/config.yml +++ b/sites/default/config.yml @@ -13,8 +13,8 @@ locale: ~ # Your PHP installation might require you to ## # Theme # -theme: seacms # The name of your custom theme -themes_url: ~ # Pico will try to guess the URL to the themes dir of your installation; +theme: seacms # The name of your custom theme +themes_url: ../../vendor/picocms/themes # Pico will try to guess the URL to the themes dir of your installation; # If this fails, override it here. Example: https://example.com/pico/themes/ theme_config: # Additional theme-specific config widescreen: false # Default theme: Use more horizontal space (i.e. make the site container wider) @@ -51,7 +51,7 @@ assets_url: ~ # Pico will try to guess the URL to the asse ## # Plugins # -plugins_url: ~ # Pico will try to guess the URL to the plugins dir of your installation; +plugins_url: ../../vendor/picocms/plugins # Pico will try to guess the URL to the plugins dir of your installation; # If this fails, override it here. Example: https://example.com/pico/plugins/ DummyPlugin.enabled: false # Force the plugin "DummyPlugin" to be disabled