fix: Appwrite URL typo fix

This commit is contained in:
Mustaque Ahmed
2025-09-30 17:39:59 +05:30
parent e2f4d380f6
commit fe03ee3dcc
@@ -905,12 +905,12 @@ class Builds extends Action
$configs = [
'screenshotLight' => [
'headers' => [ 'x-appwrite-hostname' => $rule->getAttribute('domain') ],
'url' => 'http://appwrite/?appwrite-preview=1&appwrite-theme=light',
'url' => 'http://appwrite.io/?appwrite-preview=1&appwrite-theme=light',
'theme' => 'light'
],
'screenshotDark' => [
'headers' => [ 'x-appwrite-hostname' => $rule->getAttribute('domain') ],
'url' => 'http://appwrite/?appwrite-preview=1&appwrite-theme=dark',
'url' => 'http://appwrite.io/?appwrite-preview=1&appwrite-theme=dark',
'theme' => 'dark'
],
];