缺少圖片
重點 把圖片 顯示在網頁上
const CMD_URL = "http://localhost:1337";
const url =
`${CMD_URL}/api/reviews` +
"?" + ...以下省略
return data.map(({ attributes }) => ({
slug: attributes.slug,
title: attributes.title,
date: attributes.publishedAt.![https://ithelp.ithome.com.tw/upload/images/20231008/20093588wDeAu4ZOkz.png](https://ithelp.ithome.com.tw/upload/images/20231008/20093588wDeAu4ZOkz.png)slice(0, "yyy-mm-dd".length),
image: CMD_URL + attributes.image.data.attributes.url,
}));
圖片可以正常顯示
大叔的鐵人賽第二十三天結束 :)