Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 067312a

Browse files
docs: minor amend
1 parent 411573f commit 067312a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,11 +322,11 @@ module.exports = page => {
322322

323323
| Plugin config key | Default Value | Description |
324324
| ----------------- | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
325-
| nextConfigDir | \<empty\> | Path to parent directory of `next.config.js` |
326-
| assetsBucketName | \<empty\> | Creates an S3 bucket with the name provided. The bucket will be used for uploading next static assets |
325+
| nextConfigDir | \<empty\> | Path to parent directory of `next.config.js`. |
326+
| assetsBucketName | \<empty\> | Creates an S3 bucket with the name provided. The bucket will be used for uploading next static assets. |
327327
| staticDir | \<empty\> | Directory with static assets to be uploaded to S3, typically a directory named `static`, but it can be any other name. Requires a bucket provided via the `assetPrefix` described above or the `assetsBucketName` plugin config. |
328328
| routes | [] | Array of custom routes for the next pages or static assets. |
329-
| uploadBuildAssets | true | In the unlikely event that you only want to upload the `staticDir`, set this to `false` Note it expects `nextConfigDir` to be a directory and not the actual file path. |
329+
| uploadBuildAssets | true | In the unlikely event that you only want to upload the `staticDir`, set this to `false`. |
330330

331331
## Examples
332332

0 commit comments

Comments
 (0)