Skip to content

Commit 611941a

Browse files
authored
Merge pull request #1983 from appwrite/fix-blogpost-dates
fix: correct date format from YYYY-DD-MM to YYYY-MM-DD in blog post m…
2 parents 3d152e6 + 247c606 commit 611941a

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

src/routes/blog/post/announcing-appwrite-sites/+page.markdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "Announcing Appwrite Sites: The open source Vercel alternative"
44
description: This is Appwrite's biggest release to date, and it will change the way you build with Appwrite forever. Develop, deploy, and scale your applications directly from Appwrite. Your all-in-one cloud platform.
5-
date: 2025-19-05
5+
date: 2025-05-19
66
cover: /images/blog/sites-announcement/sites-cover.png
77
timeToRead: 6
88
author: matej-baco
@@ -29,7 +29,7 @@ The best part: **Appwrite is a fully open-source platform to offer both frontend
2929

3030
# Important Sites features
3131

32-
Building Sites as part of the Appwrite ecosystem was a deliberate choice to deliver a seamless experience from crafting your backend to deploying your web apps and websites. To ensure your usage of the platform feels consistent and robust, we set out to match the high standards of other Appwrite products when developing Sites over the past year.
32+
Building Sites as part of the Appwrite ecosystem was a deliberate choice to deliver a seamless experience from crafting your backend to deploying your web apps and websites. To ensure your usage of the platform feels consistent and robust, we set out to match the high standards of other Appwrite products when developing Sites over the past year.
3333

3434
We’ve introduced several critical features to elevate the hosting experience. Helping you scale efficiently, keep data secure, and deliver lightning-fast performance.
3535

@@ -81,7 +81,7 @@ If you prefer to use Appwrite Sites open-source version, you can visit the [self
8181

8282
# Appwrite Sites pricing
8383

84-
Appwrite Sites is free to use until July 1st, 2025. We will inform you before introducing pricing so that you know well beforehand and have no surprises.
84+
Appwrite Sites is free to use until July 1st, 2025. We will inform you before introducing pricing so that you know well beforehand and have no surprises.
8585

8686
# One platform to build, host, scale
8787

src/routes/blog/post/building-with-sites-templates/+page.markdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "Building with Appwrite Sites templates"
44
description: To make it easier, and a lot faster to build a website, we have added templates. From e-commerce stores, to documentation, you can get started with a couple of clicks.
5-
date: 2025-19-05
5+
date: 2025-05-19
66
cover: /images/blog/sites-templates/templates-cover.png
77
timeToRead: 9
88
author: ebenezer-don
@@ -109,9 +109,9 @@ When deployment is complete, Appwrite will display a success screen showing:
109109
- The size of the deployment
110110
- Global CDN status (should show **Connected**)
111111
- DDoS protection status (should show **Connected**)
112-
112+
113113
![Build](/images/blog/sites-templates/sites-templates7.png)
114-
114+
115115
You will also see a **Visit site** button that you can click to view your newly deployed website.
116116

117117
# After deployment: Next steps

src/routes/blog/post/csr-ssg-ssr/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "CSR vs SSG vs SSR: what they are and how to choose"
44
description: Choosing how your web app renders content, on the client, at build time, or on the server, can have a big impact on performance and user experience. In this post, we'll break down CSR, SSG, and SSR to help you understand how they work and when to use each one effectively.
5-
date: 2025-19-05
5+
date: 2025-05-19
66
cover: /images/blog/csr-ssg-ssr.png
77
timeToRead: 10
88
author: ebenezer-don

src/routes/blog/post/host-ssr-web-apps-sites/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "How to host SSR web apps on Appwrite Sites"
44
description: Delivering the right content at the right time is essential for modern web apps, especially when speed and personalization are priorities. In this post, we’ll walk you through how to deploy server-rendered applications with Appwrite Sites, giving you full control over dynamic rendering and framework-specific setups.
5-
date: 2025-19-05
5+
date: 2025-05-19
66
cover: /images/blog/host-ssr-web-cover.png
77
timeToRead: 6
88
author: ebenezer-don

src/routes/blog/post/open-source-netlify-alternative/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "Appwrite Sites vs Netlify: Choosing the right web hosting platform"
44
description: This article explores how Appwrite Sites and Netlify compare, offering an integrated approach to full-stack deployment without the usual complexity.
5-
date: 2025-19-05
5+
date: 2025-05-19
66
cover: /images/blog/oss-netlify-cover.png
77
timeToRead: 8
88
author: ebenezer-don

src/routes/blog/post/open-source-vercel-alternative/+page.markdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "Appwrite Sites vs Vercel: Choosing the right web hosting platform"
44
description: Looking for an open-source hosting solution? Read this blog to compare Appwrite Sites and Vercel and understand which platform fits your project's needs.
5-
date: 2025-19-05
5+
date: 2025-05-19
66
cover: /images/blog/oss-vercel-cover.png
77
timeToRead: 10
88
author: ebenezer-don
@@ -77,7 +77,7 @@ Appwrite Sites offers SSR and static support for a wide range of frameworks, inc
7777
- Analog
7878
- Vanilla JS and other static site generators
7979

80-
Each framework comes with its own build recommendations, and Appwrite Sites allows you to customize build and install commands, as well as define the output directory for compatibility.
80+
Each framework comes with its own build recommendations, and Appwrite Sites allows you to customize build and install commands, as well as define the output directory for compatibility.
8181

8282
Any static framework works well with Appwrite out of the box. For popular tools like Next.js, Nuxt, and SvelteKit, Appwrite offers presets that auto-configure your build and output settings. If your framework isn’t listed, you can choose “Other” and manually set the commands and output directory.
8383

0 commit comments

Comments
 (0)