Skip to content
Snippets Groups Projects
Commit 182f4b1a authored by Lars Bilke's avatar Lars Bilke
Browse files

[web] Moved canonifyURLs setting to config file.

parent 745f701f
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ if(DEFINED ENV{JENKINS_URL})
else()
set(HUGO_BASE_URL "$ENV{JOB_URL}Web/")
endif()
set(HUGO_ARGS ${HUGO_ARGS} --baseURL ${HUGO_BASE_URL} --canonifyURLs)
set(HUGO_ARGS ${HUGO_ARGS} --baseURL ${HUGO_BASE_URL})
endif()
add_custom_target(web
......
......@@ -5,6 +5,7 @@ baseURL = "http://localhost:1313"
buildDrafts = true
pygmentsstyle = 'friendly'
enableGitInfo = true
canonifyURLs = true
[params]
# alert = "Benchmarks only documentation; the Developer Guide can be found at <a href='https://docs.opengeosys.org'>docs.opengeosys.org</a>."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment