Skip to content

Commit

Permalink
Use Algolia for search
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Nov 1, 2024
1 parent 498001f commit d2333e1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,12 @@ export default defineConfig({
},

search: {
provider: 'local',
provider: 'algolia',
options: {
appId: "BWKGTG68ZO",
apiKey: "06bc959e3f6ab7eb186cd27653408b04",
indexName: "inertia-rails",
}
},

editLink: {
Expand Down

0 comments on commit d2333e1

Please sign in to comment.