From 4d54eea501f942d15faf25e952285497b010400a Mon Sep 17 00:00:00 2001 From: redi Date: Sat, 28 Mar 2026 16:11:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20frontend/astro.config.mjs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/astro.config.mjs b/frontend/astro.config.mjs index 5cba843..3935a8e 100644 --- a/frontend/astro.config.mjs +++ b/frontend/astro.config.mjs @@ -7,7 +7,7 @@ import node from "@astrojs/node"; // https://astro.build/config export default defineConfig({ - site: process.env.PUBLIC_SITE_URL || "http://redib.ru", + site: process.env.PUBLIC_SITE_URL || "https://redib.ru", integrations: [tailwind(), solidJs(), icon(), sitemap()], output: "server", content: {