docs: add language to example schema codeblock (#28294)

This commit is contained in:
FELIPE COSTA DE OLIVEIRA 2024-07-25 13:18:59 -03:00 committed by GitHub
parent 8abb1df017
commit 4e54af4fad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ export default defineUntypedSchema({
/** /**
* Whether to enable HTTPS. * Whether to enable HTTPS.
* @example * @example
* ``` * ```ts
* export default defineNuxtConfig({ * export default defineNuxtConfig({
* devServer: { * devServer: {
* https: { * https: {