fix: beta serverUrlPrefix (#4103)

This commit is contained in:
X1a0t 2023-09-01 17:27:12 +08:00 committed by GitHub
parent a1f4cbc568
commit c0bf82d3ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ export function getRuntimeConfig(buildFlags: BuildFlags): RuntimeConfig {
get beta() {
return {
...this.stable,
serverUrlPrefix: 'https://ambassador.affine.pro',
serverUrlPrefix: 'https://insider.affine.pro',
};
},
get internal() {