We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044e471 commit 00e5274Copy full SHA for 00e5274
test/integration/image-optimizer/app/pages/index.js
@@ -6,12 +6,6 @@ function Home() {
6
<>
7
<h1>Image Optimizer Home</h1>
8
<Image src={Logo} />
9
- <Image src="/äöü.png" width={200} height={200} />
10
- <Image
11
- src="https://image-optimization-test.vercel.app/äöü.png"
12
- width={200}
13
- height={200}
14
- />
15
</>
16
)
17
}
0 commit comments