Update default frameworks

This commit is contained in:
Matej Bačo
2024-11-22 14:08:07 +01:00
parent 644c18fc69
commit e168ab9ffc
5 changed files with 10 additions and 10 deletions
@@ -32,7 +32,7 @@ class TemplateSite extends Model
'type' => self::TYPE_STRING,
'description' => 'File URL with preview screenshot.',
'default' => '',
'example' => 'https://cloud.appwrite.io/images/sites/nextjs-starter.png',
'example' => 'https://cloud.appwrite.io/images/sites/templates/nextjs-starter.png',
])
->addRule('useCases', [
'type' => self::TYPE_STRING,