1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-12 14:22:21 +04:00
Files
tabler/site/vercel.json
T
2023-07-18 00:13:56 +02:00

17 lines
376 B
JSON

{
"rewrites": [
{
"source": "/stats/js/script.js",
"destination": "https://plausible.io/js/script.outbound-links.js"
},
{
"source": "/stats/api/event",
"destination": "https://plausible.io/api/event"
},
{
"source": "/download",
"destination": "https://github.com/tabler/tabler/archive/refs/heads/main.zip"
}
]
}