diff --git a/.vitepress/shared.ts b/.vitepress/shared.ts index d99e2d7..992b6af 100644 --- a/.vitepress/shared.ts +++ b/.vitepress/shared.ts @@ -15,5 +15,9 @@ export const shared = defineConfig({ socialLinks: [ { icon: 'github', link: 'https://github.com/Candinya/full-stack-in-7-days' } ], + + search: { + provider: "local", + }, }, }) \ No newline at end of file