localでnext動かしたらタイトルのエラー発生
こちらで解決
// ターミナルで
touch next.config.js
// next.config.jsに記入
module.exports = {
  images: {
    domains: ['masahiro.me'],
  },
};

localでnext動かしたらタイトルのエラー発生
こちらで解決
// ターミナルで
touch next.config.js
// next.config.jsに記入
module.exports = {
  images: {
    domains: ['masahiro.me'],
  },
};
コメントを残す