172, const { data: projects } = useSWR('/api/projects'). 173, const { data: user } = useSWR('/api/user', { refreshInterval: 0 }) // don't refresh.
確定! 回上一頁