Skip to content

Commit c9c289d

Browse files
committed
build: enable openember.org domain
1 parent ceb9eeb commit c9c289d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docusaurus.config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const config: Config = {
1515
},
1616

1717
// Set the production url of your site here
18-
url: 'https://your-docusaurus-site.example.com',
18+
url: 'https://openember.org',
1919
// Set the /<baseUrl>/ pathname under which your site is served
2020
// For GitHub pages deployment, it is often '/<projectName>/'
2121
baseUrl: '/',
@@ -44,7 +44,7 @@ const config: Config = {
4444
// Please change this to your repo.
4545
// Remove this to remove the "edit this page" links.
4646
editUrl:
47-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
47+
'https://github.com/openember/openember-docs/tree/main/packages/create-docusaurus/templates/shared/',
4848
},
4949
blog: {
5050
showReadingTime: true,
@@ -55,7 +55,7 @@ const config: Config = {
5555
// Please change this to your repo.
5656
// Remove this to remove the "edit this page" links.
5757
editUrl:
58-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
58+
'https://github.com/openember/openember-docs/tree/main/packages/create-docusaurus/templates/shared/',
5959
// Useful options to enforce blogging best practices
6060
onInlineTags: 'warn',
6161
onInlineAuthors: 'warn',
@@ -112,15 +112,15 @@ const config: Config = {
112112
items: [
113113
{
114114
label: 'Stack Overflow',
115-
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
115+
href: 'https://stackoverflow.com/questions/tagged/openember',
116116
},
117117
{
118118
label: 'Discord',
119-
href: 'https://discordapp.com/invite/docusaurus',
119+
href: 'https://discordapp.com/invite/openember',
120120
},
121121
{
122122
label: 'X',
123-
href: 'https://x.com/docusaurus',
123+
href: 'https://x.com/openember',
124124
},
125125
],
126126
},

0 commit comments

Comments
 (0)