mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
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: {
|
||||
deployUrl: isDevelopment
|
||||
deployUrl: !isCI
|
||||
? 'http://localhost:5314'
|
||||
: isPreview
|
||||
? process.env.DEPLOY_PRIME_URL
|
||||
|
|
Loading…
Reference in a new issue