mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 13:48:13 +00:00
docs: fix typo in environment variable (#4990)
* chore: typo * docs: style Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
parent
f0dbc951e6
commit
78d1a87d4c
@ -710,7 +710,7 @@ export default {
|
||||
* ```js
|
||||
* export default {
|
||||
* runtimeConfig: {
|
||||
* apiKey: '' // Default to an empty string, automatically loaded at runtime using process.env.NUXT_API_SECRET
|
||||
* apiKey: '' // Default to an empty string, automatically set at runtime using process.env.NUXT_API_KEY
|
||||
* public: {
|
||||
* baseURL: '' // Exposed to the frontend as well.
|
||||
* }
|
||||
|
Loading…
Reference in New Issue
Block a user