Skip to content

Commit

Permalink
Fix sizeLimit TS code example for upload plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Jan 19, 2024
1 parent 7ce04fe commit b1728c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docusaurus/docs/dev-docs/plugins/upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,7 @@ export default {
// ...
upload: {
config: {
providerOptions: {
sizeLimit: 250 * 1024 * 1024 // 256mb in bytes
}
sizeLimit: 250 * 1024 * 1024 // 256mb in bytes
}
}
};
Expand Down

1 comment on commit b1728c6

@vercel
Copy link

@vercel vercel bot commented on b1728c6 Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

documentation-strapijs.vercel.app
docs-vercel-v4.strapi.io
documentation-git-main-strapijs.vercel.app

Please sign in to comment.