fixed BASE_PATH
This commit is contained in:
parent
01b3d112b5
commit
a2d055a1f6
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue