diff --git a/vite.config.ts b/vite.config.ts index 6c627101..7543b223 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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({