Skip to content

Commit

Permalink
feat: enable local search
Browse files Browse the repository at this point in the history
Enables the local docsearch
  • Loading branch information
0x0dr1y authored Nov 22, 2024
1 parent 25b9f4d commit 1ba0acc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ export default defineConfig({
['meta', {property: 'og:url', content: 'https://docs.gamefabric.com/'}],
],
themeConfig: {
search: {
provider: 'local'
},
socialLinks: [
{ icon: 'github', link: 'https://github.com/GameFabric' },
],
Expand Down

0 comments on commit 1ba0acc

Please sign in to comment.