Fix manifest in prod.

TODO: add nightly manifest back
experiment/plugins
Paul 2021-07-07 23:08:14 +01:00
parent 7bb7795f83
commit aa4f65f12a
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ function getVersion() {
} }
const branch = getGitBranch(); const branch = getGitBranch();
const isNightly = branch !== 'production'; const isNightly = false;//branch !== 'production';
const iconPrefix = isNightly ? 'nightly-' : ''; const iconPrefix = isNightly ? 'nightly-' : '';
export default defineConfig({ export default defineConfig({