docs: s3 The "images.domains" configuration is deprecated (#6321)
This commit is contained in:
@@ -209,11 +209,16 @@ const { withStoreConfig } = require("./store-config")
|
||||
module.exports = withStoreConfig({
|
||||
// ...
|
||||
images: {
|
||||
domains: [
|
||||
remotePatterns: [
|
||||
// ...
|
||||
{
|
||||
protocol: "http",
|
||||
hostname: "127.0.0.1",
|
||||
},
|
||||
// ...
|
||||
"127.0.0.1",
|
||||
],
|
||||
},
|
||||
|
||||
})
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user