Skip to content

Commit

Permalink
Merge pull request #201 from bliotti/main
Browse files Browse the repository at this point in the history
feat(search): add search
  • Loading branch information
PSkinnerTech authored Jul 2, 2024
2 parents d41118f + c739c60 commit 41f0693
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,14 @@ const config = defineConfig({
i18n: languages[pageData.frontmatter.locale || "en"],
};
},

/**
* Enable Search
*/
themeConfig: {
search: {
provider: "local",
},
},
/**
* Needed for shim for
*/
Expand Down

0 comments on commit 41f0693

Please sign in to comment.