Skip to content

Commit f0facaf

Browse files
committed
feat: enable search
1 parent ba30ca5 commit f0facaf

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

docs/.vitepress/config.mts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,14 @@ export default defineConfig({
5353
{ icon: 'modrinth', link: 'https://modrinth.com/mod/allium' },
5454
{ icon: 'github', link: 'https://github.com/moongardenmods/allium' },
5555
{ icon: 'discord', link: "https://discord.gg/rWSaP222G9" },
56-
]
56+
],
57+
58+
search: {
59+
provider: 'local',
60+
options: {
61+
detailedView: true
62+
}
63+
}
5764
},
5865

5966
markdown: {

0 commit comments

Comments
 (0)