mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 23:27:28 +02:00
fix(v1): check repo url before using on Users page (#2331)
* fix: check repoUrl before rendering edit link in users * refactor: prettier
This commit is contained in:
parent
7fd242aeb1
commit
590de95234
2 changed files with 11 additions and 6 deletions
|
@ -104,7 +104,7 @@ const siteConfig = {
|
|||
|
||||
// You may provide arbitrary config keys to be used as needed by your
|
||||
// template. For example, if you need your repo's URL...
|
||||
// repoUrl: 'https://github.com/facebook/test-site',
|
||||
// repoUrl: 'https://github.com/facebook/test-site',
|
||||
};
|
||||
|
||||
module.exports = siteConfig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue