Skip to content

Commit 1387f4c

Browse files
authored
Merge pull request #151 from skryukov/algolia
Use Algolia for search
2 parents 4ea9c26 + ed455cf commit 1387f4c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,12 @@ export default defineConfig({
141141
},
142142

143143
search: {
144-
provider: 'local',
144+
provider: 'algolia',
145+
options: {
146+
appId: 'BWKGTG68ZO',
147+
apiKey: '06bc959e3f6ab7eb186cd27653408b04',
148+
indexName: 'inertia-rails',
149+
},
145150
},
146151

147152
editLink: {

0 commit comments

Comments
 (0)