Skip to content

Commit ed455cf

Browse files
committed
Use Algolia for search
1 parent 498001f commit ed455cf

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
@@ -138,7 +138,12 @@ export default defineConfig({
138138
},
139139

140140
search: {
141-
provider: 'local',
141+
provider: 'algolia',
142+
options: {
143+
appId: 'BWKGTG68ZO',
144+
apiKey: '06bc959e3f6ab7eb186cd27653408b04',
145+
indexName: 'inertia-rails',
146+
},
142147
},
143148

144149
editLink: {

0 commit comments

Comments
 (0)