Skip to content

Commit 50fa551

Browse files
chore: update URL to sandy-mount.com for unified domain
Now that sandymount repo is renamed to sandy-mount.github.io, docs will be served at sandy-mount.com/docs/ under the same custom domain as the landing page.
1 parent af7f5c4 commit 50fa551

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const config: Config = {
1616
},
1717
themes: ['@docusaurus/theme-mermaid'],
1818

19-
url: 'https://sandy-mount.github.io',
19+
url: 'https://sandy-mount.com',
2020
baseUrl: '/docs/',
2121
organizationName: 'sandy-mount',
2222
projectName: 'docs',
@@ -40,7 +40,7 @@ const config: Config = {
4040
'@type': 'WebSite',
4141
name: 'SAND Docs',
4242
description: 'Documentation for the SAND stack - Solid, ActivityPub, Nostr, DID',
43-
url: 'https://sandy-mount.github.io/docs/',
43+
url: 'https://sandy-mount.com/docs/',
4444
publisher: {
4545
'@type': 'Organization',
4646
name: 'Sandymount',

0 commit comments

Comments
 (0)