Skip to content

Commit e5ca56c

Browse files
authored
Update index.mdx
1 parent bd6c924 commit e5ca56c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/content/pages/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ To follow this guide, you’ll need an existing Astro project.
4848
Astro Vitesse is an [Astro integration](https://docs.astro.build/en/guides/integrations-guide/). Add it to your site by running the `astro add` command in your project’s root directory:
4949

5050
```sh
51-
npx astro add starlight
51+
npx astro add astro-vitesse
5252
```
5353

54-
This will install the required dependencies and add Starlight to the `integrations` array in your Astro config file.
54+
This will install the required dependencies and add Astro Vitesse to the `integrations` array in your Astro config file.
5555

5656
### Configure the integration
5757

@@ -86,7 +86,7 @@ export default defineConfig({})
8686

8787
Astro Vitesse is built on top of Astro’s [content collections](https://docs.astro.build/en/guides/content-collections/), which are configured in the `src/content/config.ts` file.
8888

89-
Create or update the content config file, adding a `pages` collection that uses Starlight’s `pagesSchema`:
89+
Create or update the content config file, adding a `pages` collection that uses Astro Vitesse’s `pagesSchema`:
9090

9191
```ts
9292
import { defineCollection } from 'astro:content'

0 commit comments

Comments
 (0)