docs(nuxt.config): add content highlight diff lang

This commit is contained in:
Benjamin Canac
2024-07-02 15:25:02 +02:00
parent 5cc4457a74
commit 5a22c62b2a
2 changed files with 11 additions and 8 deletions

View File

@@ -62,6 +62,9 @@ export default defineNuxtConfig({
token: process.env.NUXT_GITHUB_TOKEN || ''
}
: undefined
},
highlight: {
langs: ['bash', 'ts', 'diff', 'vue', 'json', 'yml', 'css', 'mdc']
}
},
image: {