Skip to content

Commit d68e449

Browse files
committed
feat: tina
1 parent 9e2e36f commit d68e449

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

tina/config.js

+8-1
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,14 @@ export default defineConfig({
823823
branch,
824824
clientId: process.env.NEXT_PUBLIC_TINA_CLIENT_ID, // Get this from tina.io
825825
token: process.env.TINA_TOKEN, // Get this from tina.io
826-
search: process.env.NEXT_TINA_SEARCH_API_KEY,
826+
search: {
827+
tina: {
828+
indexerToken: process.env.NEXT_TINA_SEARCH_API_KEY,
829+
stopwordLanguages: ['eng'],
830+
},
831+
indexBatchSize: 100,
832+
maxSearchIndexFieldLength: 100,
833+
},
827834
build: {
828835
outputFolder: "admin",
829836
publicFolder: "static",

tina/tina-lock.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)