lib/tools/fetcher" const URL = "/api/posts" export default function Home() { const { data, error } = useSWR(URL, fetcher) if (error) ...
確定! 回上一頁