forked from Mirrors/elk
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: {
|
runtimeConfig: {
|
||||||
deployUrl: process.env.URL,
|
deployUrl: process.env.DEPLOY_PRIME_URL,
|
||||||
cloudflare: {
|
cloudflare: {
|
||||||
accountId: '',
|
accountId: '',
|
||||||
namespaceId: '',
|
namespaceId: '',
|
||||||
|
|
Loading…
Reference in a new issue