rsnext/test/integration/image-component/unicode
Tobias Koppers 5c35066820
make static image import output path consistent with other media (#30168)
This will ensure an image hashed consistently regardless of how its imported:

- `import file from "./file.png"` -> /_next/static/media/file.12345678.png
- `url(./file.png)` -> /_next/static/media/file.12345678.png
-  `new URL("./file.png", import.meta.url)` -> /_next/static/media/file.12345678.png
2021-10-22 13:25:54 +00:00
..
pages Fix image optimization encoding url (#28045) 2021-08-13 00:31:51 +00:00
public Fix image optimization encoding url (#28045) 2021-08-13 00:31:51 +00:00
test make static image import output path consistent with other media (#30168) 2021-10-22 13:25:54 +00:00
next.config.js Fix image optimization encoding url (#28045) 2021-08-13 00:31:51 +00:00