mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Fix persistent screenshot
This commit is contained in:
parent
559396295f
commit
d6e7db8900
1 changed files with 2 additions and 0 deletions
|
|
@ -99,6 +99,8 @@ class Create extends Action
|
|||
'installCommand' => $site->getAttribute('installCommand', ''),
|
||||
'outputDirectory' => $site->getAttribute('outputDirectory', ''),
|
||||
'search' => implode(' ', [$deploymentId]),
|
||||
'screenshotLight' => '',
|
||||
'screenshotDark' => ''
|
||||
]));
|
||||
|
||||
// Preview deployments for sites
|
||||
|
|
|
|||
Loading…
Reference in a new issue