aboutsummaryrefslogtreecommitdiff
path: root/vercel.json
blob: fd26c341fc0e2e8e76310101ae6c34fe6d3302a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "rewrites": [
    {
      "source": "/js/script.js",
      "destination": "https://plausible.io/js/script.js"
    },
    {
      "source": "/api/event",
      "destination": "https://plausible.io/api/event"
    }
  ]
}