Skip to content

Commit 73c1651

Browse files
committed
feat: 게시글 검색 기능 추가
1 parent 270fa97 commit 73c1651

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.vitepress/config.mts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ export default defineConfig({
4545
},
4646

4747
socialLinks: [{ icon: "github", link: "https://github.com/toothlessdev" }],
48+
49+
search: {
50+
provider: "local",
51+
},
4852
},
4953

5054
sitemap: {

0 commit comments

Comments
 (0)