Skip to content

Commit

Permalink
Change deployment branch to main (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhabrata08 authored Jan 9, 2024
1 parent c922cab commit 45390ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docsite/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config: Config = {
// If you aren't using GitHub pages, you don't need these.
organizationName: "microsoft", // Usually your GitHub org/user name.
projectName: "fluentui-charting-contrib", // Usually your repo name.
deploymentBranch: "gh-pages",
deploymentBranch: "main",
trailingSlash: false,
staticDirectories: ['../../docs/assets', 'static'],

Expand Down

0 comments on commit 45390ba

Please sign in to comment.