Commit c624d12
fix: define searchindex output format alongside its outputs entry
The previous commit added searchindex to [outputs] home but relied on
the imported mod-flexsearch to provide the format definition. Sites
pinning a mod-flexsearch version that predates the searchindex format
fail with "unknown output format searchindex for kind home".
Define the format here, the same pattern netlify and server use even
though mod-csp also defines them. Identical definitions across modules
merge cleanly and decouple Hinode from the mod-flexsearch release order.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 98160ea commit c624d12
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
61 | 67 | | |
62 | 68 | | |
63 | 69 | | |
| |||
0 commit comments