mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-16 08:01:18 +00:00
remove old doc (#5305)
* auto update index * update index * remove old doc
This commit is contained in:
@@ -22,7 +22,7 @@ const hoverStyles: React.CSSProperties = {
|
||||
|
||||
const FastGPTLink = ({ children, className, style, onClick, ...props }: FastGPTLinkProps) => {
|
||||
const href = useMemo(() => {
|
||||
return process.env.NEXT_PUBLIC_HOME_DOMAIN ?? 'https://fastgpt.io';
|
||||
return process.env.FASTGPT_HOME_DOMAIN ?? 'https://fastgpt.io';
|
||||
}, []);
|
||||
|
||||
const [isHovered, setIsHovered] = React.useState(false);
|
||||
|
Reference in New Issue
Block a user