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