Skip to content

Commit

Permalink
Update installation.mdx (#27)
Browse files Browse the repository at this point in the history
BuckyBuck135 authored Jun 4, 2024
1 parent e7a4f65 commit 156d2ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/content/docs/getting-started/installation.mdx
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ Run the following command in your terminal using your favorite package manager.
This will update your `astro.config.mjs` with the following content:

```js title="astro.config.mjs" ins={2,6}
import { definConfig } from "astro/config"
import { defineConfig } from "astro/config"
import i18n from "@astrolicious/i18n"

export default defineConfig({
@@ -68,12 +68,12 @@ Install the necessary dependencies:
Update your `astro.config.mjs` with the following content:

```js title="astro.config.mjs" ins={2,6}
import { definConfig } from "astro/config"
import { defineConfig } from "astro/config"
import i18n from "@astrolicious/i18n"

export default defineConfig({
integrations: [
i18n()
]
})
```
```

0 comments on commit 156d2ee

Please sign in to comment.