Skip to content

Commit faac87e

Browse files
authored
docs(getting-started): delete defineNuxtConfig import (#105)
delete defineNuxtConfig import as it's no needed since nuxt 3.0.0-rc.11 release
1 parent 4f018fc commit faac87e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/content/2.getting-started.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ pnpm install nuxt-ionic -D
2626
Then add the module to your Nuxt configuration:
2727

2828
```js{}[nuxt.config]
29-
import { defineNuxtConfig } from 'nuxt'
30-
3129
export default defineNuxtConfig({
3230
modules: ['nuxt-ionic']
3331
})
@@ -64,8 +62,6 @@ Find out more about how to use Capacitor with Ionic at https://capacitorjs.com/d
6462
While not required, you can configure the features that are enabled:
6563

6664
```js
67-
import { defineNuxtConfig } from 'nuxt'
68-
6965
export default defineNuxtConfig({
7066
modules: ['nuxt-ionic'],
7167
ionic: {

0 commit comments

Comments
 (0)