rsnext/test/integration/image-component
Steven b11bd49239
Fix image optimization encoding url (#28045)
- Fixes #27973 
- Reverts #27671 


The problem with PR #27671 is that it was encoding too often when it really only needed to solve the bug for `next build && next start` since `next dev` was already working.

This PR uses the alternative solution mentioned here https://github.com/vercel/next.js/issues/27210#issuecomment-890305204
2021-08-13 00:31:51 +00:00
..
asset-prefix Add test for placeholder=blur with assetPrefix (#27120) 2021-07-12 18:58:20 +00:00
base-path Add naturalWidth/naturalHeight to onLoadingComplete() callback (#27695) 2021-08-02 23:14:38 +00:00
basic Add lazyBoundary prop to Image component (#27258) 2021-07-23 14:44:38 +00:00
custom-resolver Update next/image test (#20986) 2021-01-13 15:05:08 +00:00
default Add naturalWidth/naturalHeight to onLoadingComplete() callback (#27695) 2021-08-02 23:14:38 +00:00
noscript Fix next/image noscript src path with loaders (#24011) 2021-06-16 20:53:40 +00:00
svgo-webpack [ESLint] Introduce a new setup process when next lint is run for the first time (#26584) 2021-08-04 21:53:15 +00:00
typescript Loosen next/image TS types for src (#26996) 2021-07-07 21:31:30 +00:00
typescript-style cache typechecking with incremental compilation (#24559) 2021-05-07 19:21:20 +02:00
unicode Fix image optimization encoding url (#28045) 2021-08-13 00:31:51 +00:00