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

update /privacy

This commit is contained in:
2021-09-10 09:09:40 -04:00
parent 691c188f74
commit 5f487f777b
2 changed files with 7 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ Okay, this is an easy one. 😉
A simple hit counter on each page tallies an aggregate number of pageviews (i.e. `hits = hits + 1`). Individual views and identifying (or non-identifying) details are **never stored or logged**.
The [serverless function](https://github.com/jakejarvis/jarv.is/blob/main/api/hits.ts) and [client script](https://github.com/jakejarvis/jarv.is/blob/main/assets/js/src/counter.js) are open source, and [snapshots of the database](https://github.com/jakejarvis/website-stats) are public.
The [serverless function](https://github.com/jakejarvis/jarv.is/blob/main/api/hits.js) and [client script](https://github.com/jakejarvis/jarv.is/blob/main/assets/js/src/counter.js) are open source, and [snapshots of the database](https://github.com/jakejarvis/website-stats) are public.
{{< image src="images/fauna_hits.png" alt="The entire database schema." link="/privacy/images/fauna_hits.png" />}}