sushi-chaaaan / sushichan.live

My personal website with Astro
https://www.sushichan.live
2 stars 0 forks source link

Cloudinary APIの使用 #104

Closed sushi-chaaaan closed 1 month ago

sushi-chaaaan commented 1 month ago

背景

現状、リモート画像の大きさをCloudinaryから取得する際、SDKやAPIを使わず無理やりfetchしている。 あまりにもずさんであり、SDKを使うより安全性も低い状態である。 既にビルド時にたまにフェッチに失敗して画像が壊れる不具合が起きている。

https://github.com/sushi-chaaaan/sushichan.live/blob/8e2fdc790f531ab6f38ff3d32a6fc82c61e08fb7/src/lib/cloudinary.ts#L75-L120

メリット

やること

Cloudinary SDKを導入し、画像を取得したり処理したりするInterfaceでラップする

補足

No response

sushi-chaaaan commented 1 month ago

なんか着手したらすぐ終わったので改善としてmainにマージする

sushi-chaaaan commented 1 month ago

conflice解消できん、betaに入れる