astro.config.mjsに追記
import {Image} from 'astro:assets';
を追記する。
Image src ={パス} alt="" width ="50" height="50"
こちらを入れないと、エラーになる
astro.config.mjsに追記
import {Image} from 'astro:assets';
を追記する。
Image src ={パス} alt="" width ="50" height="50"
こちらを入れないと、エラーになる