From 6a6d31ded50c704378eb8914039331bf994c14fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=97=D0=B5=D0=BB=D0=B5=D0=BD=D1=81=D0=BA=D0=B0=D1=8F=20?= =?UTF-8?q?=D0=90=D0=BD=D0=B0=D1=81=D1=82=D0=B0=D1=81=D0=B8=D1=8F=20=D0=9D?= =?UTF-8?q?=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B5=D0=B2=D0=BD=D0=B0?= Date: Wed, 19 Jun 2024 15:16:25 +0300 Subject: [PATCH 1/2] error --- error.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/error.vue b/error.vue index a19ec3e..c819a2e 100644 --- a/error.vue +++ b/error.vue @@ -29,8 +29,8 @@ const props = defineProps({

Вы ищете страницу, которой не существует. Вернитесь на главную страницу сайта

-

{{ props.error }}

- +

{{ "Извините, но мы не можем найти запрашиваемую страницу. К сожалению, мы не можем помочь вам с покупкой забора здесь." }}

+
From a8bd3206fe31dc82a241e22cc6fd7ebbb2de76cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=97=D0=B5=D0=BB=D0=B5=D0=BD=D1=81=D0=BA=D0=B0=D1=8F=20?= =?UTF-8?q?=D0=90=D0=BD=D0=B0=D1=81=D1=82=D0=B0=D1=81=D0=B8=D1=8F=20=D0=9D?= =?UTF-8?q?=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B5=D0=B2=D0=BD=D0=B0?= Date: Wed, 19 Jun 2024 15:45:42 +0300 Subject: [PATCH 2/2] error --- error.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/error.vue b/error.vue index c819a2e..e753cfc 100644 --- a/error.vue +++ b/error.vue @@ -6,7 +6,7 @@ import '@/assets/main.scss' import type { NuxtError } from '#app' import og_img from '/og_img.png' -const { data: seoData } = await useFetch(`${apiBase}/kp/1`) +const { data: seoData } = await useFetch(`${apiBase}/kp/2`) useSeoMeta({ title: seoData.value?.title, ogTitle: seoData.value?.title,