lib/rest"; export default function RestPage(props) { const { data } = useSWR("posts", { initialData: props.posts }); return ( <div ...
確定! 回上一頁