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:
commit
cd0174d99f
2 changed files with 3 additions and 2 deletions
|
|
@ -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
1
docs/static/CNAME
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
docs.openr.ag
|
||||
Loading…
Add table
Reference in a new issue