From b0c50b2b0be2bd417a793363adfebd05e2a3a775 Mon Sep 17 00:00:00 2001 From: metabrixkt Date: Thu, 4 Jan 2024 21:51:56 +0500 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D1=91=D0=BD=20?= =?UTF-8?q?=D0=B4=D0=BE=D0=BC=D0=B5=D0=BD=20=D0=BD=D0=B0=20wiki.epserv.ru?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- docusaurus.config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f38ee0b..514271b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,4 +38,4 @@ jobs: # You can swap them out with your own user credentials. user_name: github-actions[bot] user_email: 41898282+github-actions[bot]@users.noreply.github.com - cname: epserv.wiki + cname: wiki.epserv.ru diff --git a/docusaurus.config.js b/docusaurus.config.js index bfdba60..9d1d66f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -10,7 +10,7 @@ let mainInfoLabel = 'Основная информация'; const config = { title: 'Вики', tagline: 'основная информация, полезные туториалы и всё, что может понадобиться для лучшего понимания игрового процесса ElectroPlay', - url: 'https://epserv.wiki/', + url: 'https://wiki.epserv.ru/', baseUrl: '/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', @@ -135,7 +135,7 @@ const config = { typesenseServerConfig: { nodes: [ { - host: 'docsearch.epserv.wiki', + host: 'wikisearch.epserv.ru', port: 443, protocol: 'https', },