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] 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,