CloudCannon / pagefind

Static low-bandwidth search at scale
https://pagefind.app
MIT License
3.44k stars 109 forks source link

make the config argument for the createIndex optional #642

Closed vanyauhalin closed 3 months ago

vanyauhalin commented 3 months ago

The config argument is optional in the source code, however is required in the type definitions. This pull request makes it optional in the second one.

bglw commented 3 months ago

Good call — thanks!