mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 09:24:24 +04:00
25 lines
558 B
JSON
25 lines
558 B
JSON
{
|
|
"trailingSlash": false,
|
|
"rewrites": [
|
|
{
|
|
"source": "/stats/js/script.js",
|
|
"destination": "https://plausible.io/js/script.js"
|
|
},
|
|
{
|
|
"source": "/stats/event",
|
|
"destination": "https://plausible.io/api/event"
|
|
},
|
|
{
|
|
"source": "/eat/static/:path(.*)",
|
|
"destination": "https://eu-assets.i.posthog.com/static/:path*"
|
|
},
|
|
{
|
|
"source": "/eat/:path(.*)",
|
|
"destination": "https://eu.i.posthog.com/:path*"
|
|
},
|
|
{
|
|
"source": "/(.*)",
|
|
"destination": "/error-404.html"
|
|
}
|
|
]
|
|
} |