11 lines
199 B
JavaScript
11 lines
199 B
JavaScript
|
module.exports = {
|
||
|
meilisearch: {
|
||
|
config: {
|
||
|
"weapon-story": {
|
||
|
indexName: "nested-weapon-story",
|
||
|
populateEntryRule: ["stories.translations", "translations"],
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
}
|