Fix Sites

This commit is contained in:
Matej Bačo
2025-01-09 16:59:40 +00:00
parent 9089eb4228
commit 0f8ce0e93e
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -135,12 +135,12 @@ return [
'demoImage' => 'https://qa17.appwrite.org/console/images/sites/templates/astro-starter.png',
'frameworks' => [
getFramework('ASTRO', [
'providerRootDirectory' => './',
'providerRootDirectory' => './astro/starter',
]),
],
'vcsProvider' => 'github',
'providerRepositoryId' => 'astro-ssr-test-template',
'providerOwner' => 'Meldiron',
'providerRepositoryId' => 'templates-for-sites',
'providerOwner' => 'appwrite',
'providerVersion' => '0.2.*',
'variables' => [],
],
+1 -1
View File
@@ -201,7 +201,7 @@ services:
appwrite-console:
<<: *x-logging
container_name: appwrite-console
image: appwrite/console:5.0.12
image: appwrite/console:5.3.0-sites-rc.2
restart: unless-stopped
networks:
- appwrite