Skip to content

Commit

Permalink
fix: update image config
Browse files Browse the repository at this point in the history
  • Loading branch information
ktx-kirtan committed Jan 30, 2025
1 parent fb59e6c commit 7e772b0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions config/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ module.exports = ({ env }) => ({
config: {
provider: "aws-s3",
providerOptions: {
rootPath: 'assets',
s3Options: {
region: env("AWS_REGION"),
params: {
Bucket: env("AWS_BUCKET"),
},
rootPath: "assets",
region: env("AWS_REGION"),
params: {
Bucket: env("AWS_BUCKET"),
},
},
actionOptions: {
Expand Down

0 comments on commit 7e772b0

Please sign in to comment.