Skip to content

Commit 6a4ede9

Browse files
committed
update nuxtConfig in readme
1 parent 34a5023 commit 6a4ede9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ import { defineNuxtConfig } from "nuxt3"
6969

7070
export default defineNuxtConfig({
7171
//...
72-
buildModules: ["vue3-notion/nuxt"],
73-
css: ["vue3-notion/dist/style.css"],
72+
modules: [
73+
["vue3-notion/nuxt", { css: true }], // css is not imported by default. Set `true` to import css
74+
],
7475
})
7576
```
7677

0 commit comments

Comments
 (0)