File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const darkTheme = themes.dracula;
99const 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
Original file line number Diff line number Diff line change 1- demonkiller .co.uk
1+ gaurang .co.uk
You can’t perform that action at this time.
0 commit comments