File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -234,16 +234,17 @@ export default {
234
234
isUuid ,
235
235
pathname . includes ( '/_' ) ,
236
236
pathname . includes ( '/r/' ) ,
237
+ pathname . includes ( '/v2/repositories' ) ,
237
238
pathname . includes ( '/v2/user' ) ,
238
239
pathname . includes ( '/v2/orgs' ) ,
239
240
pathname . includes ( '/v2/_catalog' ) ,
240
241
pathname . includes ( '/v2/categories' ) ,
241
242
pathname . includes ( '/v2/feature-flags' ) ,
242
243
pathname . includes ( 'search' ) ,
243
244
pathname . includes ( 'source' ) ,
244
- pathname === '/' ,
245
- pathname === '/favicon.ico' ,
246
- pathname === '/auth/profile' ,
245
+ pathname == '/' ,
246
+ pathname == '/favicon.ico' ,
247
+ pathname == '/auth/profile' ,
247
248
] ;
248
249
249
250
if ( conditions . some ( condition => condition ) && ( fakePage === true || hostTop == 'docker' ) ) {
You can’t perform that action at this time.
0 commit comments