Skip to content

Commit

Permalink
Set base path
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
  • Loading branch information
tegioz committed Apr 11, 2024
1 parent 028a13a commit 5caa05e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@ url: http://127.0.0.1:8000
# analytics:
# gtm: # Google Tag Manager configuration
# container_id: <CONTAINER_ID> # Landscape web application container ID
#

# Base path (optional)
#
# Base path where the landscape will be hosted. By default the generated
# landscape is prepared to be hosted at the root of the domain. However, if the
# landscape will be hosted in a subpath, this value must be set accordingly.
#
# base_path: /<BASE_PATH>
#
base_path: /sample-landscape

# Categories (optional)
#
Expand Down Expand Up @@ -266,3 +277,4 @@ screenshot_width: 1500
# end: <END_DATE> # End date: (required, format: YYYY-MM-DD)
# banner_url: <URL> # Event banner image url (required, recommended dimensions: 2400x300)
# details_url: <URL> # Event details URL (required)
#

0 comments on commit 5caa05e

Please sign in to comment.