Skip to content

Commit a38282f

Browse files
authored
fix(docs): clarify buildDir configuration (#40)
1 parent 2a22aaa commit a38282f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Note: The `[[plugins]]` line is required for each plugin, even if you have other
1515

1616
## Configuration
1717

18-
Configure the plugin `buildDir`. Default is the `publish` directory from your site build settings.
18+
By default, the plugin generates a sitemap based on the `publish` directory configured in your site build settings or `netlify.toml`.
19+
To change the default behavior use the `buildDir` configuration.
1920

2021
```toml
2122
[[plugins]]

0 commit comments

Comments
 (0)