fix: fix search in vocs doc (#18354)

This commit is contained in:
Léa Narzis
2025-09-09 22:42:57 +02:00
committed by GitHub
parent 4c363fe1aa
commit 3ce0a38108

View File

@@ -10,6 +10,9 @@ export default defineConfig({
ogImageUrl: '/reth-prod.png',
sidebar,
basePath,
search: {
fuzzy: true
},
topNav: [
{ text: 'Run', link: '/run/ethereum' },
{ text: 'SDK', link: '/sdk' },