Document action (#5304)

* fix: context

* fix: context

* action

* update scripts

* update action

* fix: kubeconfig

* update preview

* docker file

* perf: action per

* update doc deploy yml

* doc (#99)

* doc

* doc

* rename

* doc

* fix: action on

* doc (#100)
This commit is contained in:
Archer
2025-07-23 23:27:37 +08:00
committed by GitHub
parent 55ad9085df
commit 393b7abe7d
16 changed files with 250 additions and 247 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_DOMAIN ?? 'https://fastgpt.io';
return process.env.NEXT_PUBLIC_HOME_DOMAIN ?? 'https://fastgpt.io';
}, []);
const [isHovered, setIsHovered] = React.useState(false);