Merge branch 'stilleshan:vercel' into vercel

This commit is contained in:
Xiaoleimt 2023-03-28 03:14:19 +08:00 committed by GitHub
commit a1b4f0d06d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
.env
View File

@ -1,3 +1,4 @@
VUE_APP_SITE_NAME = 'subweb'
VUE_APP_API_URL = 'https://sub.ops.ci'
VUE_APP_SHORT_URL = 'https://s.ops.ci'
VUE_APP_REMOTE_CONFIG = ''

View File

@ -160,7 +160,7 @@ export default {
DEFAULT_MORECONFIG: {
include: '',
exclude: '',
remoteconfig: '',
remoteconfig: process.env.VUE_APP_REMOTE_CONFIG || '',
emoji: true,
udp: true,
sort: false,