Skip to content

Commit ba90810

Browse files
committed
add missing css to nuxt modules
1 parent 6a4ede9 commit ba90810

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nuxt/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ export default defineNuxtModule({
2020

2121
if (options.css) {
2222
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")
2325
}
2426
},
2527
})

0 commit comments

Comments
 (0)