feat: configure docusaurus.config.js for github pages

This commit is contained in:
Jacob Nguyen
2022-08-13 14:41:38 -05:00
parent 463f0f61e0
commit e8acece51a
2 changed files with 3 additions and 2 deletions

View File

@@ -1 +0,0 @@

View File

@@ -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