docs: fix transformer option name for algolia (#4253)

This commit is contained in:
Shahed Nasser
2023-06-06 11:40:47 +03:00
committed by GitHub
parent 3e2fe07d0a
commit 926e284bac
2 changed files with 2 additions and 2 deletions

View File

@@ -176,7 +176,7 @@ const plugins = [
"images",
],
},
transform: (product) => ({
transformer: (product) => ({
id: product.id,
// other attributes...
}),

View File

@@ -62,7 +62,7 @@ const plugins = [
"images",
],
},
transform: (product) => ({
transformer: (product) => ({
id: product.id,
// other attributes...
}),