remove old doc (#5305)

* auto update index

* update index

* remove old doc
This commit is contained in:
Archer
2025-07-24 10:39:41 +08:00
committed by GitHub
parent 455cee65b4
commit 4838a2c9fd
889 changed files with 155 additions and 46972 deletions

View File

@@ -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);