Skip to content

Commit 0d39660

Browse files
authored
Merge pull request #7 from demonkillerr/update_main_page
ci: migrate to new domain
2 parents 43995b7 + d535683 commit 0d39660

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# Build output to publish to the `gh-pages` branch:
3535
publish_dir: ./build
3636
# Preserve CNAME for custom domain
37-
cname: demonkiller.co.uk
37+
cname: gaurang.co.uk
3838
# The following lines assign commit authorship to the official
3939
# GH-Actions bot for deploys to `gh-pages` branch:
4040
# https://github.com/actions/checkout/issues/13#issuecomment-724415212

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const darkTheme = themes.dracula;
99
const config = {
1010
title: 'Gaurang Vishwakarma',
1111
tagline: 'A place to document all my work',
12-
url: 'https://demonkiller.co.uk',
12+
url: 'https://gaurang.co.uk',
1313
baseUrl: '/',
1414
onBrokenLinks: 'throw',
1515
favicon: 'img/favicon.ico',
@@ -35,7 +35,7 @@ const config = {
3535

3636
// Custom domain configuration
3737
customFields: {
38-
cname: 'demonkiller.co.uk'
38+
cname: 'gaurang.co.uk'
3939
},
4040

4141
// Even if you don't use internalization, you can use this field to set useful

static/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
demonkiller.co.uk
1+
gaurang.co.uk

0 commit comments

Comments
 (0)