Skip to content

Commit

Permalink
feat: enable search in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MitanOmar committed Mar 4, 2024
1 parent ab6e035 commit ff1947a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ export default defineConfig({
},
socialLinks: [
{ icon: 'github', link: 'https://github.com/adfinis/timed-frontend' }
]
],
search: {
provider: 'local'
}
}
})

0 comments on commit ff1947a

Please sign in to comment.