mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
16 lines
311 B
JSON
16 lines
311 B
JSON
{
|
|
"rewrites": [
|
|
{
|
|
"source": "/stats/js/script.js",
|
|
"destination": "https://plausible.io/js/script.js"
|
|
},
|
|
{
|
|
"source": "/stats/api/event",
|
|
"destination": "https://plausible.io/api/event"
|
|
},
|
|
{
|
|
"source": "/(.*)",
|
|
"destination": "/error-404.html"
|
|
}
|
|
]
|
|
} |