Compare commits

...
Author SHA1 Message Date
Mustaque Ahmed fe03ee3dcc fix: Appwrite URL typo fix 2025-09-30 17:39:59 +05:30
@@ -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'
],
];