From 6cf97c0041ffe91a10fab622c72a317d7674e408 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Thu, 4 Jul 2024 10:10:55 +0300 Subject: [PATCH] add img base --- nuxt.config.ts | 3 ++- pages/index.vue | 9 +++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 96de4e5..da08ef3 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -54,7 +54,8 @@ export default defineNuxtConfig({ ], runtimeConfig: { public: { - apiBase: 'https://mns.kustarshina.ru', + apiBase: 'https://mns.kustarshina.ru/kp', + imgBase: 'https://mns.kustarshina.ru', baseUrl: '', }, }, diff --git a/pages/index.vue b/pages/index.vue index 63c9306..2d14eaa 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,6 +1,7 @@