Skip to content

Commit

Permalink
Merge pull request #1615 from appwrite/fix-dates-on-blogpost
Browse files Browse the repository at this point in the history
Fix blog post date
  • Loading branch information
eldadfux authored Jan 8, 2025
2 parents 874660c + 0098ca1 commit 814002c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,14 @@
<div class="my-12 lg:my-[7.5rem]">
<section class="container pb-0">
<a
href="/blog/post/introducing-database-backups"
href="/blog/post/introducing-new-compute-capabilities-appwrite-functions"
class="web-hero-banner-button mb-4"
on:click={() => trackEvent({ plausible: { name: 'Banner button click' } })}
>
<span class="web-icon-star shrink-0" aria-hidden="true" />
<span class="text-caption shrink-0 font-medium">New</span>
<div class="web-hero-banner-button-sep" />
<span class="text-caption web-u-trim-1">Introducing Database Backups</span>
<span class="text-caption web-u-trim-1">New compute options available</span>
<span class="web-icon-arrow-right shrink-0" aria-hidden="true" />
</a>
<Hero>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cover: /images/blog/ai-announcement.png
timeToRead: 5
author: christy-jacob
category: AI
featured: true
featured: false
---
The AI hype is real and will be around for many years to come. In 2021 alone, AI startups worldwide raised nearly $50 billion in venture capital across approximately 1,500 deals, reflecting a significant increase from previous years. So it's no surprise that many of you are looking to build AI powered applications. But that's easier said than done, as building AI powered applications can be tricky. We don't want it to be. That's why we're happy to share multiple AI related announcements designed to enhance the Appwrite experience and adapt to new possibilities for devs building with Appwrite.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cover: /images/blog/introducing-database-backups/cover.png
timeToRead: 3
author: jake-barnby
category: product
featured: true
featured: false
---

Database integrity is critical for any data heavy application. That's why we're happy to introduce Database Backups on Appwrite, a feature designed to give you full control over the safety and recoverability of your data without any downtime. This is also a crucial milestone for Appwrite Cloud to get closer to the much anticipated GA release.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
layout: post
title: Introducing new compute capabilities for Appwrite Functions
description: Learn more about the new compute capabilities for Appwrite Functions.
date: 2024-07-29
date: 2025-01-07
cover: /images/blog/gb-hours.png
timeToRead: 6
author: eldad-fux
category: product
featured: false
featured: true
callToAction: true
---

Expand Down

0 comments on commit 814002c

Please sign in to comment.