forked from abner/for-legacy-web
parent
7bb7795f83
commit
aa4f65f12a
|
|
@ -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({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue