diff options
| author | WindowsAddict | 2024-05-17 07:52:49 +0000 |
|---|---|---|
| committer | WindowsAddict | 2024-05-17 07:52:49 +0000 |
| commit | 45c550d3725a37b2bcecfb0d021ca2a7f717153f (patch) | |
| tree | a6454faf178e202149a23b61b55fc1465714135b | |
| parent | 16ff3a80d0f37ab3fc484783384947fb7fe78977 (diff) | |
| download | massgrave.dev-45c550d3725a37b2bcecfb0d021ca2a7f717153f.zip | |
Update repo name in config
| -rw-r--r-- | docusaurus.config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docusaurus.config.js b/docusaurus.config.js index 6ae2c6b..23a9110 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -21,7 +21,7 @@ const config = { // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. organizationName: 'massgravel', // Usually your GitHub org/user name. - projectName: 'mas-docs', // Usually your repo name. + projectName: 'massgrave.dev', // Usually your repo name. onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', @@ -46,7 +46,7 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/massgravel/mas-docs/tree/main/', + 'https://github.com/massgravel/massgrave.dev/tree/main/', }, blog: false, theme: { |
