Compare commits

...

2 Commits

Author SHA1 Message Date
Andrey 3690605972 COMMENT 2025-03-17 12:41:20 +03:00
Andrey 90ec5deb5c COMMENT 2025-03-14 16:21:53 +03:00
3 changed files with 3 additions and 3 deletions

View File

@ -82,7 +82,7 @@ const changeDistance = (v = 1) => {
</div>
</ClientOnly>
<div class="absolute bottom-4 left-1/2 -translate-x-1/2">
<button @click.prevent="openModal">Рассчитать</button>
<button @click.prevent="openModal">Заказать</button>
</div>
</div>
</template>

View File

@ -32,7 +32,7 @@ if (route.path !== '/404') {
<div class="col-span-full">
<h1>Вы ищете страницу, которой не существует. Вернитесь на главную страницу сайта</h1>
<p>Извините, но мы не можем найти запрашиваемую страницу. К сожалению, мы не можем помочь вам с
покупкой забора здесь.</p>
покупкой скамейки здесь.</p>
<p class="hidden">
<code>
{{ error?.message }}

View File

@ -32,7 +32,7 @@ export default defineNuxtConfig({
runtimeConfig: {
public: {
apiPrefix: 'sk',
apiBase: process.env.mode == 'DEVELOPMENT' ? "http://mns.dev.kustarshina.ru/kp" : "https://mns.kustarshina.ru/kp",
apiBase: process.env.mode == 'DEVELOPMENT' ? "http://mns.dev.kustarshina.ru" : "https://mns.kustarshina.ru",
imgBase: 'https://mns.kustarshina.ru',
baseUrl: '',
yandexMetrika: {