docs: Allow setting baseUrl configuration via ENV variable (#7021)
This commit is contained in:
parent
6416c0f983
commit
dc9dc91154
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ const config = {
|
|||
"Langflow is a low-code app builder for RAG and multi-agent AI applications.",
|
||||
favicon: "img/favicon.ico",
|
||||
url: "https://docs.langflow.org",
|
||||
baseUrl: "/",
|
||||
baseUrl: process.env.BASE_URL ? process.env.BASE_URL : "/",
|
||||
onBrokenLinks: "throw",
|
||||
onBrokenMarkdownLinks: "warn",
|
||||
onBrokenAnchors: "warn",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue