We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d4ee22 commit a9d2e32Copy full SHA for a9d2e32
1 file changed
docusaurus.config.ts
@@ -44,7 +44,7 @@ const config: Config = {
44
// Please change this to your repo.
45
// Remove this to remove the "edit this page" links.
46
editUrl:
47
- 'https://github.com/IEEE-TAMU/docs/tree/main/',
+ 'https://github.com/IEEE-TAMU/docs/tree/master/',
48
},
49
blog: {
50
showReadingTime: true,
@@ -55,7 +55,7 @@ const config: Config = {
55
56
57
58
59
// Useful options to enforce blogging best practices
60
onInlineTags: 'warn',
61
onInlineAuthors: 'warn',
0 commit comments