mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
feat: configure docusaurus.config.js for github pages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user