From d86a158713d53361d1c401f08e08803c50d5e3ff Mon Sep 17 00:00:00 2001 From: OrangeX4 <318483724@qq.com> Date: Thu, 18 Jan 2024 10:26:06 +0800 Subject: [PATCH] docs: update links --- docs/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 21f98ca77..63c4c9ade 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -13,10 +13,10 @@ const config = { favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'https://your-docusaurus-site.example.com', + url: 'https://touying-typ.github.io/', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/', + baseUrl: '/touying/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.