質問編集履歴

2

さらに実験

2021/10/02 07:21

投稿

pokemonta
pokemonta

スコア170

test CHANGED
File without changes
test CHANGED
@@ -67,3 +67,11 @@
67
67
  代わりに以下の指定しましたが、うまくいきませんでした。
68
68
 
69
69
  <Image src="/123.jpg" alt="Logo" width={72} height={16} />
70
+
71
+
72
+
73
+ さらに以下の行を消すとbuildは成功します。
74
+
75
+ でも、これからImage を使えないので困ります。。
76
+
77
+ <Image src="/vercel.svg" alt="Vercel Logo" width={72} height={16} />

1

追加の実験

2021/10/02 07:21

投稿

pokemonta
pokemonta

スコア170

test CHANGED
File without changes
test CHANGED
@@ -63,3 +63,7 @@
63
63
  <Image src="/vercel.svg" alt="Vercel Logo" width={72} height={16} />
64
64
 
65
65
  ```
66
+
67
+ 代わりに以下の指定しましたが、うまくいきませんでした。
68
+
69
+ <Image src="/123.jpg" alt="Logo" width={72} height={16} />