From 74678250c6543abc22554b7bed6beb8cf777828e Mon Sep 17 00:00:00 2001 From: Vincent Date: Wed, 27 Mar 2024 20:14:05 +0800 Subject: [PATCH] update --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index ff3e645..edc0f50 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -13,7 +13,7 @@ const config = { favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'https://english42.github.io', + url: 'https://mind-dance.github.io/english42', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: '/', @@ -21,7 +21,7 @@ const config = { // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. organizationName: 'mind-dance', // Usually your GitHub org/user name. - projectName: 'english42.github.io', // Usually your repo name. + projectName: 'english42', // Usually your repo name. onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn',