fix: move config into nuxt.config
This commit is contained in:
parent
c505543a73
commit
81c5a1c4f0
3 changed files with 14 additions and 6 deletions
|
@ -4,3 +4,9 @@ NUXT_PUBLIC_TRANSLATE_API=
|
|||
NUXT_CLOUDFLARE_ACCOUNT_ID=
|
||||
NUXT_CLOUDFLARE_NAMESPACE_ID=
|
||||
NUXT_CLOUDFLARE_API_TOKEN=
|
||||
|
||||
# 'cloudflare' | 'fs'
|
||||
NUXT_STORAGE_DRIVER=
|
||||
NUXT_STORAGE_FS_BASE=
|
||||
|
||||
NUXT_PUBLIC_DISABLE_VERSION_CHECK=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue