Replace search provider with Algolia (#1041)

This wasn't possible on the dev website
This commit is contained in:
Soitora 2023-09-11 00:49:05 +02:00 committed by GitHub
parent c3ba9022cf
commit 72fcd91a10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,12 @@ const themeConfig: DefaultTheme.Config = {
}, },
search: { search: {
provider: "local", provider: "algolia",
options: {
appId: "2C8EHFTRW7",
apiKey: "ee38c6e04295e4d206399ab59a58ea9a",
indexName: "tachiyomi",
},
}, },
} }