Skip to content

Commit

Permalink
fix meta description
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Nov 28, 2024
1 parent e13dde5 commit 820489b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Quickstart'
metaTitle: 'Quickstart with TypeScript & Prisma Postgres'
metaDescription: 'Get started with Prisma ORM in 5 minutes. You will learn how to send queries to a SQLite database in a plain TypeScript script using Prisma Client.'
metaDescription: 'Get started with Prisma ORM in 5 minutes. You will learn how to run migrations, send queries and receive real-time updates with a Prisma Postgres database.'
search: true
sidebar_class_name: hidden-sidebar
dbSwitcher: ['sqlite', 'prismaPostgres']
Expand Down

0 comments on commit 820489b

Please sign in to comment.