We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db3ec2 commit 24a413bCopy full SHA for 24a413b
docs/nuxt.config.ts
@@ -25,6 +25,28 @@ export default defineNuxtConfig({
25
routeRules: {
26
'/api/search.json': { prerender: true },
27
},
28
+ content: {
29
+ highlight: {
30
+ langs: [
31
+ 'js',
32
+ 'jsx',
33
+ 'json',
34
+ 'ts',
35
+ 'tsx',
36
+ 'vue',
37
+ 'css',
38
+ 'html',
39
40
+ 'bash',
41
+ 'md',
42
+ 'mdc',
43
+ 'yml',
44
+ 'yaml',
45
+ 'dockerfile',
46
+ 'csharp',
47
+ ],
48
+ },
49
50
devtools: {
51
enabled: true,
52
0 commit comments