rsnext/test/integration/image-component/trailing-slash
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: Prevent image redirection when trailingSlash is set (#29640) 2021-10-07 11:10:26 -05:00
public fix: Prevent image redirection when trailingSlash is set (#29640) 2021-10-07 11:10:26 -05: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: Prevent image redirection when trailingSlash is set (#29640) 2021-10-07 11:10:26 -05:00