Commit 2de9d61
committed
Export plugin options as default object
Export the llmsPluginOptions object directly (module.exports = llmsPluginOptions) and remove the individual property exports. This avoids adding a self-referential property that would create a circular structure and crash Docusaurus' genSiteConfig during JSON.stringify; customLLMFiles and ignoreFiles remain accessible as properties on the exported object.1 parent a345109 commit 2de9d61
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
239 | 245 | | |
240 | | - | |
241 | | - | |
242 | | - | |
| |||
0 commit comments