Back
Invalid src prop on `next/image`, is not configured under images in your `next.config.js`
localでnext動かしたらタイトルのエラー発生
こちらで解決
// ターミナルで
touch next.config.js
// next.config.jsに記入
module.exports = {
images: {
domains: ['masahiro.me'],
},
};