Skip to content
Snippets Groups Projects
Commit aa4f65f1 authored by insert's avatar insert
Browse files

Fix manifest in prod.

TODO: add nightly manifest back
parent 7bb7795f
No related merge requests found
...@@ -38,7 +38,7 @@ function getVersion() { ...@@ -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({
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment