Add `developer` to reserved path
This commit is contained in:
parent
2f8454c973
commit
5a40d0a6a0
|
@ -4,7 +4,7 @@ const
|
|||
'site', 'blog', 'about', 'explore',
|
||||
'styleguide', 'showcases', 'trending',
|
||||
'stars', 'dashboard', 'notifications',
|
||||
'search'
|
||||
'search', 'developer'
|
||||
]
|
||||
, RESERVED_REPO_NAMES = ['followers', 'following', 'repositories']
|
||||
, GH_BRANCH_SEL = '*[data-master-branch]'
|
||||
|
|
Loading…
Reference in New Issue