Skip to content

Commit a2e5c99

Browse files
authored
add custom subdomain (#2)
1 parent 05334eb commit a2e5c99

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const config = {
1111
favicon: "img/favicon.ico",
1212

1313
// Set the production url of your site here
14-
url: "https://substratusai.github.io",
14+
url: "https://substratus.ai",
1515
// Set the /<baseUrl>/ pathname under which your site is served
1616
// For GitHub pages deployment, it is often '/<projectName>/'
1717
baseUrl: "/",

static/CNAME

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
substratus.ai
2+
www.substratus.ai

0 commit comments

Comments
 (0)