Merge pull request #169 from langflow-ai/docs-add-custom-domain

docs: add custom domain and changes to the baseURL
This commit is contained in:
Mendon Kissling 2025-10-01 18:29:04 -04:00 committed by GitHub
commit cd0174d99f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -20,10 +20,10 @@ const config = {
},
// Set the production url of your site here
url: 'https://langflow-ai.github.io',
url: 'https://docs.openr.ag',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: process.env.BASE_URL ? process.env.BASE_URL : '/openrag/',
baseUrl: process.env.BASE_URL ? process.env.BASE_URL : '/',
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.

1
docs/static/CNAME vendored Normal file
View file

@ -0,0 +1 @@
docs.openr.ag