aboutsummaryrefslogtreecommitdiff
path: root/vercel.json
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-01-01 14:09:27 -0500
committerAndrew Lee <andrew@alee14.me>2025-01-01 14:09:27 -0500
commitc71f3830214ae7ee7ddedebe295a0cb385ad3a27 (patch)
tree212c27ab17cdfe57992743c569a4d7496028c243 /vercel.json
parentb2ed99705f3521dacb124656a0ca6580573a101b (diff)
downloadpersonal-website-c71f3830214ae7ee7ddedebe295a0cb385ad3a27.tar.gz
personal-website-c71f3830214ae7ee7ddedebe295a0cb385ad3a27.tar.bz2
personal-website-c71f3830214ae7ee7ddedebe295a0cb385ad3a27.zip
Using Vercel's proxy for analytics
Diffstat (limited to 'vercel.json')
-rw-r--r--vercel.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/vercel.json b/vercel.json
new file mode 100644
index 0000000..3d9f9bd
--- /dev/null
+++ b/vercel.json
@@ -0,0 +1,12 @@
+{
+ "rewrites": [
+ {
+ "source": "/plausible/js/script.js",
+ "destination": "https://stats.alee14.me/js/script.file-downloads.outbound-links.js"
+ },
+ {
+ "source": "/plausible/api/event",
+ "destination": "https://stats.alee14.me/api/event"
+ }
+ ]
+}