tmp-friends / nuxt-blog

https://komekami.blog/
0 stars 0 forks source link

画像をいい感じに配信する #2

Open tmp-friends opened 2 years ago

tmp-friends commented 2 years ago

画像をあげるだけで

してくれる機能

ContentfulのImagesAPIを使用 https://www.contentful.com/developers/docs/references/images-api/

tmp-friends commented 2 years ago

【改善策】

  1. store/index.jsでの記事取得時 getPosts()で取得したassets内の画像を処理する
  2. Contentfulでの記事作成時 記事作成時に画像の末尾に?fm=webPをつける
  3. /posts/_slug ページでの描画時 imgタグをJSで書き替える