@@ -5,7 +5,7 @@ import type * as Preset from '@docusaurus/preset-classic';
55// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
66
77const config : Config = {
8- title : 'SmashCord ' ,
8+ title : 'GrindCord ' ,
99 tagline : 'Tools for Smash Discord communities' ,
1010 favicon : 'img/favicon.ico' ,
1111
@@ -15,15 +15,15 @@ const config: Config = {
1515 } ,
1616
1717 // Set the production url of your site here
18- url : 'https://smashcord .auan.ca' ,
18+ url : 'https://grindcord .auan.ca' ,
1919 // Set the /<baseUrl>/ pathname under which your site is served
2020 // For GitHub pages deployment, it is often '/<projectName>/'
2121 baseUrl : '/' ,
2222
2323 // GitHub pages deployment config.
2424 // If you aren't using GitHub pages, you don't need these.
2525 organizationName : 'aureateAnatidae' , // Usually your GitHub org/user name.
26- projectName : 'smashcord ' , // Usually your repo name.
26+ projectName : 'grindcord ' , // Usually your repo name.
2727
2828 onBrokenLinks : 'throw' ,
2929
@@ -75,9 +75,9 @@ const config: Config = {
7575 respectPrefersColorScheme : true ,
7676 } ,
7777 navbar : {
78- title : 'SmashCord ' ,
78+ title : 'GrindCord ' ,
7979 logo : {
80- alt : 'SmashCord Logo' ,
80+ alt : 'GrindCord Logo' ,
8181 src : 'img/logo.svg' ,
8282 } ,
8383 items : [
@@ -89,7 +89,7 @@ const config: Config = {
8989 } ,
9090 { to : '/blog' , label : 'Blog' , position : 'left' } ,
9191 {
92- href : 'https://github.com/aureateAnatidae/smashcord ' ,
92+ href : 'https://github.com/aureateAnatidae/grindcord ' ,
9393 label : 'GitHub' ,
9494 position : 'right' ,
9595 } ,
@@ -116,7 +116,7 @@ const config: Config = {
116116 } ,
117117 {
118118 label : 'GitHub' ,
119- href : 'https://github.com/aureateAnatidae/smashcord ' ,
119+ href : 'https://github.com/aureateAnatidae/grindcord ' ,
120120 } ,
121121 ] ,
122122 } ,
0 commit comments