forked from Mirrors/elk
fix: deploy url
This commit is contained in:
parent
175e31288a
commit
3d5fe1ed09
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ export default defineNuxtConfig({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
runtimeConfig: {
|
runtimeConfig: {
|
||||||
deployUrl: process.env.DEPLOY_URL,
|
deployUrl: process.env.URL,
|
||||||
cloudflare: {
|
cloudflare: {
|
||||||
accountId: '',
|
accountId: '',
|
||||||
namespaceId: '',
|
namespaceId: '',
|
||||||
|
|
Loading…
Reference in a new issue