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