Added links to browser downloads and others
All checks were successful
Push image to registry / build-image (push) Successful in 6m20s
All checks were successful
Push image to registry / build-image (push) Successful in 6m20s
This commit is contained in:
@ -75,6 +75,10 @@ return [
|
||||
|
||||
'links' => [
|
||||
public_path('storage') => storage_path('app/public'),
|
||||
public_path('console') => base_path('app/Browser/console'),
|
||||
public_path('downloads') => base_path('app/Browser/downloads'),
|
||||
public_path('screenshots') => base_path('app/Browser/screenshots'),
|
||||
public_path('source') => base_path('app/Browser/source'),
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user