From 2758b7aef78d63f0af6ebf31ff8cac4b8da445f9 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Tue, 25 Jun 2024 09:29:54 +0300 Subject: [PATCH] api base --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 17a4cd6..a894208 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -54,7 +54,7 @@ export default defineNuxtConfig({ ], runtimeConfig: { public: { - apiBase: '/api', + apiBase: 'https://mns.kustarshina.ru', baseUrl: '', }, },