mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-10 16:46:01 +03:00
fix: beta serverUrlPrefix (#4103)
This commit is contained in:
parent
a1f4cbc568
commit
c0bf82d3ff
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user