mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-02 20:58:12 +00:00
Config file to set doc baseurl (#419)
This commit is contained in:
@@ -47,7 +47,7 @@ const Footer = () => {
|
||||
{
|
||||
label: t('home.Footer Docs'),
|
||||
onClick: () => {
|
||||
window.open('https://doc.fastgpt.run/docs/intro', '_blank');
|
||||
window.open(`${feConfigs.docUrl}/docs/intro`, '_blank');
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@@ -47,7 +47,7 @@ const Navbar = () => {
|
||||
label: t('home.Docs'),
|
||||
key: 'docs',
|
||||
onClick: () => {
|
||||
window.open('https://doc.fastgpt.run/docs/intro');
|
||||
window.open(`${feConfigs.docUrl}/docs/intro`);
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user