pages/post/[id] import useSWR from "swr"; import { fetcher } from "@/utils/fetcher"; export const getStaticPaths = async () => { // …custom ...
確定! 回上一頁