forked from Mirrors/elk
fix: deploy url
This commit is contained in:
parent
da64d008a1
commit
b379322ce2
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ export default defineNuxtConfig({
|
|||
},
|
||||
},
|
||||
runtimeConfig: {
|
||||
deployUrl: process.env.DEPLOY_PRIME_URL,
|
||||
deployUrl: process.env.PULL_REQUEST === 'true' ? process.env.DEPLOY_PRIME_URL : '',
|
||||
cloudflare: {
|
||||
accountId: '',
|
||||
namespaceId: '',
|
||||
|
|
Loading…
Reference in a new issue