mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
docs: add missing comma to example (#28300)
This commit is contained in:
parent
6fd8d3a590
commit
8abb1df017
@ -554,7 +554,7 @@ export default defineUntypedSchema({
|
|||||||
* ```js
|
* ```js
|
||||||
* export default {
|
* export default {
|
||||||
* runtimeConfig: {
|
* 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: {
|
* public: {
|
||||||
* baseURL: '' // Exposed to the frontend as well.
|
* baseURL: '' // Exposed to the frontend as well.
|
||||||
* }
|
* }
|
||||||
|
Loading…
Reference in New Issue
Block a user