File tree Expand file tree Collapse file tree
docs/02-app/01-building-your-application/06-optimizing Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ module.exports = {
138138 hostname: ' s3.amazonaws.com' ,
139139 port: ' ' ,
140140 pathname: ' /my-bucket/**' ,
141+ search: ' ' ,
141142 },
142143 ],
143144 },
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ module.exports = {
1919 hostname: ' assets.example.com' ,
2020 port: ' ' ,
2121 pathname: ' /account123/**' ,
22+ search: ' ' ,
2223 },
2324 ],
2425 },
Original file line number Diff line number Diff line change @@ -149,12 +149,14 @@ module.exports = {
149149 hostname: 'a.storyblok.com',
150150 port: '',
151151 pathname: '**',
152+ search: '',
152153 },
153154 {
154155 protocol: 'https',
155156 hostname: 'images.unsplash.com',
156157 port: '',
157158 pathname: '**',
159+ search: '',
158160 },
159161 ],
160162 },
You can’t perform that action at this time.
0 commit comments