From 28c4c6a3e89995b9697ab08d8590035bda9f4bc8 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 6 Dec 2022 23:39:17 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20swap=20staging/production=20environment?= =?UTF-8?q?=20conditions=20=F0=9F=A4=A6=E2=80=8D=E2=99=82=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 385cdf92..56ba97ab 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -59,7 +59,7 @@ export default defineNuxtConfig({ apiToken: '', }, public: { - env: isCI ? process.env.PULL_REQUEST === 'true' ? 'production' : 'staging' : 'local', + env: isCI ? process.env.PULL_REQUEST === 'true' ? 'staging' : 'production' : 'local', translateApi: '', // Masto uses Mastodon version checks to see what features are enabled. // Mastodon alternatives like GoToSocial will always fail these checks, so