Merge pull request #4459 from fnutt/patch-2
Adding 'to' in a sentence in config.js
This commit is contained in:
commit
dcce9eba25
@ -176,7 +176,7 @@ module.exports = {
|
|||||||
// this limit will be prompted with an error message in their browser. A value of
|
// this limit will be prompted with an error message in their browser. A value of
|
||||||
// `-1` disables the file size limit and allows files of any size. **Use at
|
// `-1` disables the file size limit and allows files of any size. **Use at
|
||||||
// your own risk.** This value is set to `10240` kilobytes by default.
|
// your own risk.** This value is set to `10240` kilobytes by default.
|
||||||
// - `baseUrl`: If you want change the URL where uploaded files are accessed,
|
// - `baseUrl`: If you want to change the URL where uploaded files are accessed,
|
||||||
// you can set this option to `"https://example.com/folder/"` and the final URL
|
// you can set this option to `"https://example.com/folder/"` and the final URL
|
||||||
// would look like `"https://example.com/folder/aabbccddeeff1234/name.png"`.
|
// would look like `"https://example.com/folder/aabbccddeeff1234/name.png"`.
|
||||||
// If you use this option, you must have a reverse proxy configured,
|
// If you use this option, you must have a reverse proxy configured,
|
||||||
|
Loading…
Reference in New Issue
Block a user