Skip to content

Commit dde1e65

Browse files
syntax highlighting
1 parent ab46cd4 commit dde1e65

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

nuxt.config.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,22 @@ export default defineNuxtConfig({
1515
preview: {
1616
api: "https://api.nuxt.studio",
1717
},
18+
build: {
19+
markdown: {
20+
highlight: {
21+
theme: "github-dark",
22+
langs: [
23+
"vue",
24+
"typescript",
25+
"javascript",
26+
"bash",
27+
"python",
28+
"json",
29+
"yml",
30+
"diff",
31+
],
32+
},
33+
},
34+
},
1835
},
1936
});

0 commit comments

Comments
 (0)