Skip to content

Commit 00e5274

Browse files
committed
Revert unnecesary change
1 parent 044e471 commit 00e5274

File tree

1 file changed

+0
-6
lines changed
  • test/integration/image-optimizer/app/pages

1 file changed

+0
-6
lines changed

test/integration/image-optimizer/app/pages/index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ function Home() {
66
<>
77
<h1>Image Optimizer Home</h1>
88
<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-
/>
159
</>
1610
)
1711
}

0 commit comments

Comments
 (0)