Skip to content

Commit 7e772b0

Browse files
committed
fix: update image config
1 parent fb59e6c commit 7e772b0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

config/plugins.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ module.exports = ({ env }) => ({
44
config: {
55
provider: "aws-s3",
66
providerOptions: {
7-
rootPath: 'assets',
8-
s3Options: {
9-
region: env("AWS_REGION"),
10-
params: {
11-
Bucket: env("AWS_BUCKET"),
12-
},
7+
rootPath: "assets",
8+
region: env("AWS_REGION"),
9+
params: {
10+
Bucket: env("AWS_BUCKET"),
1311
},
1412
},
1513
actionOptions: {

0 commit comments

Comments
 (0)