forked from Mirrors/elk
fix: use localhost url for local build too
This commit is contained in:
parent
9431acc459
commit
81cf949e13
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ export default defineNuxtConfig({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
runtimeConfig: {
|
runtimeConfig: {
|
||||||
deployUrl: isDevelopment
|
deployUrl: !isCI
|
||||||
? 'http://localhost:5314'
|
? 'http://localhost:5314'
|
||||||
: isPreview
|
: isPreview
|
||||||
? process.env.DEPLOY_PRIME_URL
|
? process.env.DEPLOY_PRIME_URL
|
||||||
|
|
Loading…
Reference in a new issue