mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 08:38:37 +00:00
Fix manifest in prod.
TODO: add nightly manifest back
This commit is contained in:
@@ -38,7 +38,7 @@ function getVersion() {
|
||||
}
|
||||
|
||||
const branch = getGitBranch();
|
||||
const isNightly = branch !== 'production';
|
||||
const isNightly = false;//branch !== 'production';
|
||||
const iconPrefix = isNightly ? 'nightly-' : '';
|
||||
|
||||
export default defineConfig({
|
||||
|
||||
Reference in New Issue
Block a user