Skip to content

Commit 51ce8f1

Browse files
authored
Add search (#31)
1 parent 7dfbaa5 commit 51ce8f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/content/.vitepress/config.mts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ export default defineConfig({
140140
{ icon: 'github', link: 'https://github.com/EarthyScience/FAIRSenDD' }
141141
],
142142

143+
search: {
144+
provider: 'local'
145+
},
146+
143147
footer: {
144148
message: `
145149
<a href="https://www.bgc-jena.mpg.de/en"><img src="assets/logo-mpi-bgc.svg" class = "footer-logo"/></a>

0 commit comments

Comments
 (0)