docs: add missing comma to example (#28300)

This commit is contained in:
一纸忘忧 2024-07-25 23:21:51 +08:00 committed by GitHub
parent 6fd8d3a590
commit 8abb1df017
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ export default defineUntypedSchema({
* ```js
* export default {
* runtimeConfig: {
* apiKey: '' // Default to an empty string, automatically set at runtime using process.env.NUXT_API_KEY
* apiKey: '', // Default to an empty string, automatically set at runtime using process.env.NUXT_API_KEY
* public: {
* baseURL: '' // Exposed to the frontend as well.
* }