From e8acece51a21f0b77226332ca1a0f4075d1a96d8 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Sat, 13 Aug 2022 14:41:38 -0500 Subject: [PATCH] feat: configure docusaurus.config.js for github pages --- .nojekyll | 1 - docusaurus.config.js | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 .nojekyll diff --git a/.nojekyll b/.nojekyll deleted file mode 100644 index 8b1378917..000000000 --- a/.nojekyll +++ /dev/null @@ -1 +0,0 @@ - diff --git a/docusaurus.config.js b/docusaurus.config.js index 59aaa96bb..55f66f788 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -17,7 +17,9 @@ const config = { // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. organizationName: 'sern-handler', // Usually your GitHub org/user name. - projectName: '@sern-handler/handler', // Usually your repo name. + projectName: 'website', // Usually your repo name. + deploymentBranch: 'master', + trailingSlash: false, // Even if you don't use internalization, you can use this field to set useful // metadata like html lang. For example, if your site is Chinese, you may want