diff --git a/nuxt.config.ts b/nuxt.config.ts index d8b5988..1769310 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -10,7 +10,7 @@ export default defineNuxtConfig({ runtimeConfig: { public: { - apiBase: 'http://localhost:9090' + apiBase: process.env.NUXT_PUBLIC_API_BASE } },