Skip to content

Commit 7be0da4

Browse files
committed
change deployment info in config
1 parent 700f5b8 commit 7be0da4

File tree

2 files changed

+8361
-4
lines changed

2 files changed

+8361
-4
lines changed

docusaurus.config.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ const config: Config = {
88
favicon: 'img/favicon.ico',
99

1010
// Set the production url of your site here
11-
url: 'https://your-docusaurus-site.example.com',
11+
url: 'https://sfuosdev.github.io',
1212
// Set the /<baseUrl>/ pathname under which your site is served
1313
// For GitHub pages deployment, it is often '/<projectName>/'
14-
baseUrl: '/',
14+
baseUrl: '/Docs',
1515

1616
// GitHub pages deployment config.
1717
// If you aren't using GitHub pages, you don't need these.
18-
organizationName: 'facebook', // Usually your GitHub org/user name.
19-
projectName: 'docusaurus', // Usually your repo name.
18+
organizationName: 'sfuosdev', // Usually your GitHub org/user name.
19+
projectName: 'Docs', // Usually your repo name.
20+
deploymentBranch: 'gh-pages',
2021

2122
onBrokenLinks: 'throw',
2223
onBrokenMarkdownLinks: 'warn',

0 commit comments

Comments
 (0)