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', },