fix(desktop): switch AI spline asset domain (#4875)

This commit is contained in:
DIYgod 2026-02-24 15:47:22 +08:00 committed by GitHub
parent afddc8e846
commit adca1960a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { clamp, cn } from "@follow/utils"
import Spline from "@splinetool/react-spline"
import { useCallback, useRef } from "react"
const resolvedAIIconUrl = "https://cdn.follow.is/ai2.splinecode"
const resolvedAIIconUrl = "https://assets.folo.is/ai2.splinecode"
export const AISplineLoader = ({ className }: { className?: string }) => {
const containerRef = useRef<HTMLDivElement>(null)