Skip to content

Commit 36168d9

Browse files
committed
Configure custom domain www.xtra.science
- Set url to https://www.xtra.science and baseUrl to / - Add static/CNAME so GitHub Pages preserves the domain after each deploy
1 parent 1ff3209 commit 36168d9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const config: Config = {
1111
v4: true,
1212
},
1313

14-
url: 'https://Xtra-Computing.github.io',
15-
baseUrl: '/blog/',
14+
url: 'https://www.xtra.science',
15+
baseUrl: '/',
1616

1717
organizationName: 'Xtra-Computing',
1818
projectName: 'blog',

static/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
www.xtra.science

0 commit comments

Comments
 (0)