mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-04 18:35:03 +00:00
Update src/components/UI/Search.tsx
This commit is contained in:
parent
523dee284d
commit
551a64d2b1
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ export const Search: React.FC = () => {
|
|||
<DocSearch appId={appId} apiKey={apiKey} indexName={indexName} transformItems={
|
||||
items => items.map(item => ({
|
||||
...item,
|
||||
url: item.url.replace('https://melodious-puffpuff-8e1109.netlify.app/', ''),
|
||||
url: item.url.replace('https://melodious-puffpuff-8e1109.netlify.app', ''),
|
||||
}))
|
||||
} />
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue