Skip to content

Commit

Permalink
fix: add missing search
Browse files Browse the repository at this point in the history
  • Loading branch information
Candinya committed Feb 19, 2024
1 parent 94bfc78 commit 7f03092
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vitepress/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ export const shared = defineConfig({
socialLinks: [
{ icon: 'github', link: 'https://github.com/Candinya/full-stack-in-7-days' }
],

search: {
provider: "local",
},
},
})

0 comments on commit 7f03092

Please sign in to comment.