We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4ede9 commit ba90810Copy full SHA for ba90810
nuxt/index.ts
@@ -20,6 +20,8 @@ export default defineNuxtModule({
20
21
if (options.css) {
22
nuxt.options.css.push("vue3-notion/dist/style.css")
23
+ nuxt.options.css.push("prismjs/themes/prism.css")
24
+ nuxt.options.css.push("katex/dist/katex.min.css")
25
}
26
},
27
})
0 commit comments