LoginSignup
0
0

More than 3 years have passed since last update.

Next.jsチュートリアルでデプロイ後に画像が反映されず、詰まったのでメモ

Posted at

Next.jsのデプロイについて

下記のurlを進めていくと画像が反映されず詰まった。

デプロイについてのチュートリアルはこちら
https://nextjs.org/learn/basics/deploying-nextjs-app/deploy

next.jsのissueを確認すると同じようなエラーが起きている人がいたためそれを参考にしながら修正した。

参考
https://github.com/vercel/next.js/issues/18356

手順1

npm run-script build  

手順2

next start (npm start)

この手順でコマンドを打つことで画像が反映された。

まとめ

チュートリアルを進める過程を全てgithubのdiscussionにメモして公開しているので気になったら見てください。

こちらから
https://github.com/QuantumBoxOpenSource/document/discussions/15

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0