aboutsummaryrefslogtreecommitdiff
path: root/vercel.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-06-29 17:06:59 -0400
committerAndrew Lee <alee14498@protonmail.com>2024-06-29 17:06:59 -0400
commit500f16cf1f4e6e6ecfcb0c8b049fa43a263b7631 (patch)
tree0920e48b0f474056080cb53df2f0a8213b020c3a /vercel.json
parenta193fdcf6c19550447957dd3fc7051ac158b3eca (diff)
downloadpersonal-website-500f16cf1f4e6e6ecfcb0c8b049fa43a263b7631.tar.gz
personal-website-500f16cf1f4e6e6ecfcb0c8b049fa43a263b7631.tar.bz2
personal-website-500f16cf1f4e6e6ecfcb0c8b049fa43a263b7631.zip
Removed plausible analytics
Diffstat (limited to 'vercel.json')
-rw-r--r--vercel.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/vercel.json b/vercel.json
deleted file mode 100644
index fd26c34..0000000
--- a/vercel.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "rewrites": [
- {
- "source": "/js/script.js",
- "destination": "https://plausible.io/js/script.js"
- },
- {
- "source": "/api/event",
- "destination": "https://plausible.io/api/event"
- }
- ]
-}