diff --git a/app/config/locale/templates/email-base-styled.tpl b/app/config/locale/templates/email-base-styled.tpl
index b5aece0253..16036e792c 100644
--- a/app/config/locale/templates/email-base-styled.tpl
+++ b/app/config/locale/templates/email-base-styled.tpl
@@ -1,9 +1,24 @@
-
-
-
+
+
-
-
-
-
-
-
-
diff --git a/app/config/templates/site.php b/app/config/templates/site.php
index 95a2161902..c7e169f05e 100644
--- a/app/config/templates/site.php
+++ b/app/config/templates/site.php
@@ -1006,7 +1006,7 @@ return [
getFramework('NEXTJS', [
'providerRootDirectory' => './',
'installCommand' => 'pnpm install',
- 'buildCommand' => 'npm run build',
+ 'buildCommand' => 'pnpm build',
]),
],
'vcsProvider' => 'github',
@@ -1015,7 +1015,7 @@ return [
'providerVersion' => '0.1.*',
'variables' => [
[
- 'name' => 'NEXT_PUBLIC_APPWRITE_FUNCTION_PROJECT_ID',
+ 'name' => 'NEXT_PUBLIC_APPWRITE_FUNCTION_API_ENDPOINT',
'description' => 'Endpoint of Appwrite server',
'value' => '{apiEndpoint}',
'placeholder' => '{apiEndpoint}',
@@ -1023,7 +1023,7 @@ return [
'type' => 'text'
],
[
- 'name' => 'NEXT_PUBLIC_APPWRITE_FUNCTION_API_ENDPOINT',
+ 'name' => 'NEXT_PUBLIC_APPWRITE_FUNCTION_PROJECT_ID',
'description' => 'Your Appwrite project ID',
'value' => '{projectId}',
'placeholder' => '{projectId}',
diff --git a/app/views/general/404.phtml b/app/views/general/404.phtml
index 6dbf158205..e89e295701 100644
--- a/app/views/general/404.phtml
+++ b/app/views/general/404.phtml
@@ -6,26 +6,29 @@
404 Not Found
-
+