Skip to content

Commit adca196

Browse files
authored
fix(desktop): switch AI spline asset domain (#4875)
1 parent afddc8e commit adca196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/layer/renderer/src/modules/ai-chat/components/3d-models/AISplineLoader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { clamp, cn } from "@follow/utils"
22
import Spline from "@splinetool/react-spline"
33
import { useCallback, useRef } from "react"
44

5-
const resolvedAIIconUrl = "https://cdn.follow.is/ai2.splinecode"
5+
const resolvedAIIconUrl = "https://assets.folo.is/ai2.splinecode"
66

77
export const AISplineLoader = ({ className }: { className?: string }) => {
88
const containerRef = useRef<HTMLDivElement>(null)

0 commit comments

Comments
 (0)