1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

vercel config fix

This commit is contained in:
codecalm
2022-10-26 01:29:22 +02:00
parent 9cdc8aec5c
commit fd10fb141f

View File

@@ -7,6 +7,10 @@
{
"source": "/stats/api/event",
"destination": "https://plausible.io/api/event"
},
{
"source": "/(.*)",
"destination": "/error-404.html"
}
]
}