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'],
  },
};

参考記事

Next.js next/image で外部URLの画像を使いたいときにやること


コメント

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です