mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-18 23:07:02 +08:00
feat(core): add self host team plan (#9569)
This commit is contained in:
1
tools/@types/build-config/__all.d.ts
vendored
1
tools/@types/build-config/__all.d.ts
vendored
@@ -23,6 +23,7 @@ declare interface BUILD_CONFIG_TYPE {
|
||||
|
||||
githubUrl: string;
|
||||
changelogUrl: string;
|
||||
pricingUrl: string;
|
||||
downloadUrl: string;
|
||||
// see: tools/workers
|
||||
imageProxyUrl: string;
|
||||
|
||||
@@ -42,6 +42,7 @@ export function getBuildConfig(
|
||||
githubUrl: 'https://github.com/toeverything/AFFiNE',
|
||||
changelogUrl: 'https://affine.pro/what-is-new',
|
||||
downloadUrl: 'https://affine.pro/download',
|
||||
pricingUrl: 'https://affine.pro/pricing',
|
||||
imageProxyUrl: '/api/worker/image-proxy',
|
||||
linkPreviewUrl: '/api/worker/link-preview',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user