build: fix internal release

This commit is contained in:
Alex Yang
2023-09-07 19:44:06 -07:00
parent 0ee0790295
commit 0bc3d9ebf5

View File

@@ -44,7 +44,7 @@ export function getRuntimeConfig(buildFlags: BuildFlags): RuntimeConfig {
get internal() { get internal() {
return { return {
...this.stable, ...this.stable,
serverUrlPrefix: 'https://affine.fail', serverUrlPrefix: 'https://insider.affine.pro',
}; };
}, },
// canary will be aggressive and enable all features // canary will be aggressive and enable all features