1
0
mirror of https://github.com/tabler/tabler.git synced 2026-01-11 15:10:08 +04:00
Files
tabler/site/vercel.json
2023-07-22 14:27:39 +02:00

24 lines
550 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"
}
],
"git": {
"deploymentEnabled": {
"changeset-release/dev": false,
"changeset-release/main": false,
"changeset-release/dev-site-unify": false
}
}
}