mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-07 09:16:35 +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() {
|
get beta() {
|
||||||
return {
|
return {
|
||||||
...this.stable,
|
...this.stable,
|
||||||
serverUrlPrefix: 'https://ambassador.affine.pro',
|
serverUrlPrefix: 'https://insider.affine.pro',
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
get internal() {
|
get internal() {
|
||||||
|
Loading…
Reference in New Issue
Block a user