mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
vercel config fix
This commit is contained in:
10
vercel.json
10
vercel.json
@@ -2,5 +2,15 @@
|
||||
"routes": [
|
||||
{ "handle": "filesystem" },
|
||||
{ "src": "/(.*)", "status": 404, "dest": "/error-404.html" }
|
||||
],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/stats/js/script.js",
|
||||
"destination": "https://plausible.io/js/script.js"
|
||||
},
|
||||
{
|
||||
"source": "/stats/api/event",
|
||||
"destination": "https://plausible.io/api/event"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user