mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
fix: wrong public path for stable env (#7676)
This commit is contained in:
@@ -80,7 +80,7 @@ export const getPublicPath = (buildFlags: BuildFlags) => {
|
||||
return `https://dev.affineassets.com/`;
|
||||
} else if (BUILD_TYPE === 'beta') {
|
||||
return `https://beta.affineassets.com/`;
|
||||
} else if (BUILD_TYPE === 'prod') {
|
||||
} else if (BUILD_TYPE === 'stable') {
|
||||
return `https://prod.affineassets.com/`;
|
||||
}
|
||||
return publicPath;
|
||||
|
||||
Reference in New Issue
Block a user