const response = await getBlogs({ limit: 3, orders: '-publishedAt', fields: ["id", "title", "eyecatch"] });
最新記事のみを表示する方法
公開日:
公開日:
const response = await getBlogs({ limit: 3, orders: '-publishedAt', fields: ["id", "title", "eyecatch"] });
伊藤 義尚
Ito Yoshinao
夢を実現するWebサイトを一緒に作ります。
microCMS公式パートナー。
ご依頼などお問い合わせはフォームよりお待ちしております。