mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Replace search provider with Algolia (#1041)
This wasn't possible on the dev website
This commit is contained in:
parent
c3ba9022cf
commit
72fcd91a10
@ -65,7 +65,12 @@ const themeConfig: DefaultTheme.Config = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
search: {
|
search: {
|
||||||
provider: "local",
|
provider: "algolia",
|
||||||
|
options: {
|
||||||
|
appId: "2C8EHFTRW7",
|
||||||
|
apiKey: "ee38c6e04295e4d206399ab59a58ea9a",
|
||||||
|
indexName: "tachiyomi",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user