Fix manifest in prod.

TODO: add nightly manifest back
pull/1049/head
Paul 2021-07-07 23:08:14 +01:00
parent fcb238f9cf
commit a647891eb3
1 changed files with 1 additions and 1 deletions

View File

@ -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({