From a2d055a1f60cbfb21373097d2436f54069b3230d Mon Sep 17 00:00:00 2001 From: Antonin Descampe Date: Fri, 10 Jul 2015 12:33:17 +0200 Subject: [PATCH] fixed BASE_PATH --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 5b33cc09..f1de8a59 100644 --- a/_config.yml +++ b/_config.yml @@ -76,8 +76,8 @@ JB : # - Only the following values are falsy: ["", null, false] # - When setting BASE_PATH it must be a valid url. # This means always setting the protocol (http|https) or prefixing with "/" - #BASE_PATH : false - BASE_PATH : http://uclouvain.github.io/openjpeg + BASE_PATH : false + #BASE_PATH : http://uclouvain.github.io/openjpeg # By default, the asset_path is automatically defined relative to BASE_PATH plus the enabled theme. # ex: [BASE_PATH]/assets/themes/[THEME-NAME]