Add 'search' to reserved name
This commit is contained in:
parent
a4b79db39c
commit
d62328ddfd
|
@ -3,7 +3,8 @@ const
|
||||||
'settings', 'orgs', 'organizations',
|
'settings', 'orgs', 'organizations',
|
||||||
'site', 'blog', 'about', 'explore',
|
'site', 'blog', 'about', 'explore',
|
||||||
'styleguide', 'showcases', 'trending',
|
'styleguide', 'showcases', 'trending',
|
||||||
'stars', 'dashboard', 'notifications'
|
'stars', 'dashboard', 'notifications',
|
||||||
|
'search'
|
||||||
]
|
]
|
||||||
, RESERVED_REPO_NAMES = ['followers', 'following']
|
, RESERVED_REPO_NAMES = ['followers', 'following']
|
||||||
, GH_BRANCH_SEL = '*[data-master-branch]'
|
, GH_BRANCH_SEL = '*[data-master-branch]'
|
||||||
|
|
Loading…
Reference in New Issue