Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

✏️ (#218)

* ✏️

* ✏️

authored by

Thibault Le Ouay and committed by
GitHub
0c1cea18 a7a99e44

+5 -4
+1 -1
apps/web/src/app/blog/[slug]/page.tsx
··· 120 120 </p> 121 121 </div> 122 122 </div> 123 - <div className="mx-auto max-w-prose"> 123 + <div className="prose-pre:overflow-y-auto prose-pre:max-w-xs md:prose-pre:max-w-none mx-auto max-w-prose "> 124 124 <Mdx code={post.body.code} /> 125 125 </div> 126 126 </article>
+4 -3
apps/web/src/content/posts/migration-planetscale-to-turso.mdx
··· 40 40 41 41 [Turso](https://turso.tech/) is a new database provider. 42 42 43 - They provide an edge database that enhances the developer experience of SQLite 44 - for your users. It enables extensive replication, allowing you to distribute 45 - your data to numerous locations where your users are located. 43 + Turso is built on top of LibSQL a fork of SQLite. They provide an edge database 44 + that enhances the developer experience of SQLite for your users. It enables 45 + extensive replication, allowing you to distribute your data to numerous 46 + locations where your users are located. 46 47 47 48 ### History of the project 📜 48 49