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

major upgrade to next 14 (#1834)

This commit is contained in:
2023-12-05 10:58:03 -05:00
committed by GitHub
parent e41807988a
commit fd21451de8
10 changed files with 697 additions and 671 deletions

View File

@@ -48,9 +48,8 @@ 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://vercel.com/storage/postgres">Vercel Postgres</Link> 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://neon.tech/">Neon Postgres</Link> database.
Individual views and identifying (or non-identifying) details are <strong>never stored or logged</strong>.
</p>
<p>