1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-20 21:21:16 -04:00

point prisma to vercel postgres

This commit is contained in:
2023-06-17 21:24:12 -04:00
parent fd12689a49
commit d058279609
7 changed files with 27 additions and 10 deletions

View File

@@ -48,9 +48,9 @@ const Privacy = () => {
<p>
A very simple hit counter on each blog post tallies an aggregate number of pageviews (i.e.{" "}
<CodeInline>hits = hits + 1</CodeInline>) in a <Link href="https://planetscale.com/">PlanetScale</Link> SQL
database. Individual views and identifying (or non-identifying) details are{" "}
<strong>never stored or logged</strong>.
<CodeInline>hits = hits + 1</CodeInline>) in a{" "}
<Link href="https://vercel.com/storage/postgres">Vercel Postgres</Link> database. Individual views and
identifying (or non-identifying) details are <strong>never stored or logged</strong>.
</p>
<p>