docs: add missing comma to example (#28300)

This commit is contained in:
一纸忘忧 2024-07-25 23:21:51 +08:00 committed by Daniel Roe
parent 17ff2d5c98
commit 9a2256a342
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

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.
* }