mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 00:19:59 +00:00
fix: deploy url (#118)
This commit is contained in:
parent
3d5fe1ed09
commit
2b7e1dbfc0
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ export default defineNuxtConfig({
|
|||
},
|
||||
},
|
||||
runtimeConfig: {
|
||||
deployUrl: process.env.URL,
|
||||
deployUrl: process.env.DEPLOY_PRIME_URL,
|
||||
cloudflare: {
|
||||
accountId: '',
|
||||
namespaceId: '',
|
||||
|
|
Loading…
Reference in a new issue