diff --git a/nuxt.config.ts b/nuxt.config.ts index 8176a4fb..c5ac4c6c 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -5,9 +5,9 @@ import process from 'node:process' export default defineNuxtConfig({ devtools: { enabled: true }, runtimeConfig: { - API_ORIGIN: process.env.NUXT_API_ORIGIN || 'https://main-api.dev-hopis.sabbi.id', + API_ORIGIN: process.env.NUXT_API_ORIGIN || 'http://localhost:3000', public: { - API_ORIGIN: process.env.NUXT_API_ORIGIN || 'https://main-api.dev-hopis.sabbi.id', + API_ORIGIN: process.env.NUXT_API_ORIGIN || 'http://localhost:3000', } }, ssr: false,