From e828c129e3428422c20221e537285a7b94150801 Mon Sep 17 00:00:00 2001 From: space/acc Date: Fri, 19 Apr 2024 17:29:05 -0500 Subject: [PATCH] configure docusaurus --- docusaurus.config.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 4058eac..b09909c 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -8,15 +8,16 @@ const config: Config = { favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'https://your-docusaurus-site.example.com', + url: 'https://spaceacc.github.io', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: '/', + trailingSlash: false, // 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: 'spaceacc', // Usually your GitHub org/user name. + projectName: 'spaceacc.github.io', // Usually your repo name. onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn',