We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35297a3 commit bc29b24Copy full SHA for bc29b24
content/index.mdx
@@ -3,8 +3,6 @@ title: Nextra Docs Starter
3
---
4
5
import {Steps, Cards} from 'nextra/components'
6
-import { Search } from 'lucide-react';
7
-
8
9
# Nextra Docs Starter
10
@@ -17,7 +15,7 @@ This starter template includes the following features:
17
15
href="https://nextra.site"
18
16
/>
19
<Cards.Card
20
- icon={<Search/>}
+ icon=""
21
title="Search with Pagefind"
22
href="https://the-guild.dev/blog/nextra-4#new-search-engine--pagefind"
23
0 commit comments