Skip to content

Commit 6803b06

Browse files
committed
docs(nuxt.config): disable mdc.highlight.noApiRoute
1 parent 1cab08e commit 6803b06

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/nuxt.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ export default defineNuxtConfig({
3333
},
3434
},
3535

36+
mdc: {
37+
highlight: {
38+
noApiRoute: false,
39+
},
40+
},
41+
3642
runtimeConfig: {
3743
public: {
3844
version: pkg.version,

0 commit comments

Comments
 (0)