mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-14 15:11:13 +00:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user