parent
fcb238f9cf
commit
a647891eb3
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in New Issue