diff options
Diffstat (limited to 'vercel.json')
| -rw-r--r-- | vercel.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..fd26c34 --- /dev/null +++ b/vercel.json @@ -0,0 +1,12 @@ +{ + "rewrites": [ + { + "source": "/js/script.js", + "destination": "https://plausible.io/js/script.js" + }, + { + "source": "/api/event", + "destination": "https://plausible.io/api/event" + } + ] +} |
