From 679ec150b929eb163bdb5f25e5c8e29ff75e41b0 Mon Sep 17 00:00:00 2001 From: TDLaouer Date: Mon, 14 Jul 2025 02:06:32 +0200 Subject: [PATCH] finish me --- nuxt.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 6080b28..f0629b8 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -17,8 +17,8 @@ export default defineNuxtConfig({ vite: { plugins: [tailwindcss()] }, runtimeConfig: { public: { - apiBase: process.env.API_BASE_URL || "http://localhost:8000", - isUploadActive: process.env.IS_UPLOAD_ACTIVE || "false", + apiBase: process.env.NUXT_PUBLIC_API_BASE_URL || "http://localhost:8000", + isUploadActive: process.env.NUXT_PUBLIC_IS_UPLOAD_ACTIVE || "false", }, }, primevue: {